#baguetteBox-overlay {
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

::-webkit-scrollbar-thumb {
    background-color: #CDCDCD;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #D9D9D9
}

::-webkit-scrollbar-thumb:active {
    background-color: #554F5E
}

* {
    padding: 0;
    margin: 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
}





/* 给表格添加滚动条 */
.pro_page_table {
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
}


/* 版心 */
.wrap {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}














/*
*   公用移动端导航wap head    开始~~~~~~~~~
*/

/* 清除浮动 */
.clearfix:before,
.clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mobile_header {
    display: none;
    clear: both;
    width: 100%;
    height: 52px;
    position: relative;
    z-index: 8;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.mobile_header_top {
    width: 100%;
    height: 52px;
    position: relative;
}


.mobile_logo {
    width: 180px;
    height: 52px;
    margin-left: 15px;
}

.mobile_logo a {
    display: block;
    height: 100%;
    width: 100%;
}

.mobile_logo a .cell {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.mobile_logo img {
    display: block;
    height: 42px;
    width: auto;

}

.mobile_menu_btn {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 14px 15px 7px 14px;
    cursor: pointer;
}

.mobile_menu_btn span {
    display: block;
    height: 3px;
    width: 32px;
    background: #d10707;
    border-radius: 2px;
    margin-bottom: 7px;
}

.mobile_search_icon {
    box-sizing: border-box;
    color: #d10707;
    font-size: 26px;
    width: 50px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    padding-right: 30px;
    cursor: pointer;
}


.mobile_lag_icon {
    color: #d10707;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    line-height: 50px;
    margin-right: 72px;
    cursor: pointer;
}

.mobile_lag_box {
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #F3F3F3;
}

.mobile_lag_box a {
    display: inline-block;
    width: 120px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    background: #d10707;
}



.mobile_menu_box {
    box-sizing: border-box;
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    z-index: 5;
    width: 100%;
    background: #f1f1f1;
    padding: 20px;
}

.mobile_menu_dl dd {
    clear: both;
    line-height: 20px;
    margin-bottom: 8px;
}

.mobile_menu_tt {
    font-size: 16px;
    font-family: "MarkPro-Medium";
    margin-bottom: 6px;
}

.mobile_menu_tt .text {
    float: left;
    width: 80%;
    color: #333;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.mobile_menu_tt_icon {
    display: none;
    float: right;
    width: 30px;
    height: 30px;
    background: url("../images/menu_ico.png") no-repeat center center;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.mobile_menu_down {
    display: none;
    padding: 8px 0 8px 10px;
}


.Category_a {
    float: left;
}

.Threeclassify_box {
    display: none;
    font-size: 13px;
    padding: 10px 20px
}

.Threeclassify_box dl dd a:hover {
    color: #d10707;
}

.Threeclassify_box dl dd a {
    transition: all 0.4s;
    color: #666666;
}

.Category_three .mobile_three_Arrow_right {
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/menu_ico.png) no-repeat center center;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.mobile_menu_down_clm_tt {
    width: calc(100% - 50px);
    display: block;
    color: #333;
    line-height: 36px;
    font-size: 14px;
}

.mobile_menu_down_clm_list {
    padding-left: 15px;
}

.mobile_menu_down_clm_list a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.mobile_menu_dl dd.hover .mobile_menu_tt .text {
    color: #d10707;
}


.mobile_search_box {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 52px;
    display: none;
    width: 100%;
    padding: 20px;
    background: #fff;
}

.mobile_search_box form {
    width: 100%;
    padding: 2px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.mobile_search_text {
    outline: none;
    width: 78%;
    float: left;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    border: 0;
}

.mobile_search_btn {
    float: right;
    /* width: 40px;
    height: 40px; */
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    border: none;
    color: #d10707;
    background-color: #fff;
    padding-right: 15px;
    cursor: pointer;
}


.mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.mobile_placeholder_box {
    display: none;
}

/* 公用手机端头部导航栏结束~~~~~~~~~~~~~~ */














/* ~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~~ */
.pc_public_head_box {
    height: 135px;
}

.pc_head_top {
    background: #333333;
}

.pc_head_top_w {
    padding: 9px 0 9px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_top_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pc_head_top_01 a {
    display: block;
    font-size: 14px;
    color: #999999;
    margin-right: 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_top_01 a:hover {
    color: #ffffff;
}

.pc_head_top_01>a:last-child {
    margin-right: 0;
}

.pc_head_top_02 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head_top_02 .hot_line_24 a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head_top_02 .hot_line_24 a:hover .iconfont,
.pc_head_top_02 .hot_line_24 a:hover span {
    color: #ffffff;
}

.pc_head_top_02 .hot_line_24 a .iconfont {
    font-size: 20px;
    color: #999999;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_top_02 .hot_line_24 a span {
    font-size: 14px;
    color: #999999;
    padding-left: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_top_02 .free_calls {
    padding: 0 30px 0 30px;
}

.pc_head_top_02 .free_calls a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pc_head_top_02 .free_calls a:hover .iconfont {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.pc_head_top_02 .free_calls a:hover span {
    color: #ffffff;
}

.pc_head_top_02 .free_calls a .iconfont {
    font-size: 14px;
    color: #999999;
    width: 20px;
    height: 20px;
    line-height: 18px;
    border: 1px solid #999999;
    text-align: center;
    border-radius: 50%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_top_02 .free_calls a span {
    font-size: 14px;
    color: #999999;
    padding-left: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_language_box {
    position: relative;
}

.head_language_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.head_language_01:hover .iconfont,
.head_language_01:hover span {
    color: #ffffff;
}

.head_language_01 .iconfont {
    font-size: 18px;
    color: #999999;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.head_language_01 span {
    font-size: 14px;
    color: #999999;
    padding-left: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* 全球站点 */
.pc_nav_language_02 {
    display: none;
    position: absolute;
    z-index: 4;
    top: 29px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 290px;
    background: #ffffff;
    padding: 25px 5px 10px 15px;
    box-shadow: -1px -1px 8px #aeadad;
}

.language_more_item {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.language_more_item dt {
    width: 100%;
    font-size: 16px;
    color: #444444;
    padding-bottom: 10px;
}

.language_more_item dd {
    width: 50%;
    margin-bottom: 6px;
}

.language_more_item dd a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-right: 10px;
}

.language_more_item dd a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #d10707;
    margin-top: 7px;
}

.language_more_item dd a span {
    font-size: 14px;
    color: #999999;
    width: calc(100% - 6px);
    padding-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.language_more_item dd a span:hover {
    color: #d10707;
}

/* 全球站点~~~~~~~~~~~end */

.pc_head_top_02 .icon_box {
    padding-left: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head_top_02 .icon_box .weixincold {
    position: relative;
}

.pc_head_top_02 .icon_box .weixincold:hover img {
    display: block;
}

.pc_head_top_02 .icon_box .weixincold img {
    display: none;
    width: 120px;
    max-width: none;
    position: absolute;
    z-index: 4;
    top: 30px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.pc_head_top_02 .icon_box a {
    display: block;
    font-size: 18px;
    color: #999999;
    margin-left: 15px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_top_02 .icon_box a:hover {
    color: #ffffff;
}

.pc_head_bottom {
    position: relative;
    background: #ffffff;
}

.pc_head_bottom.active {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.pc_head_bottom.active .pc_head_bottom_01 .pc_head_list_box .item > a {
    line-height: 80px;
}

.pc_head_bottom_w {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_bottom_w .logo_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.pc_head_bottom_w .logo_box .logo_img {
    width: 196px;
}

.pc_head_bottom_w .logo_box .logo_img a {
    display: block;
}

.pc_head_bottom_w .logo_box .logo_img a img {
    width: 100%;
}

.pc_head_bottom_w .logo_box .line {
    width: 1px;
    height: 50px;
    background: #999999;
    margin: 8px 12px 0 12px;
}

.pc_head_bottom_w .logo_box .logo_text {
    width: 191px;
    margin: 10px 0 0;
}

.pc_head_bottom_w .logo_box .logo_text img {
    width: 100%;
}

.pc_head_bottom_01 {
    width: calc(100% - 550px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head_list_box {
    width: calc(100% - 110px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_list_box .item {
    position: relative;
}

.pc_head_list_box .item>a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 95px;
    padding: 0 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_list_box .item.hover>a {
    color: #d10707;
}

.pc_head_list_box .item>a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0%;
    height: 3px;
    opacity: 0;
    background: #d10707;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_list_box .item.hover>a::after {
    width: 100%;
    opacity: 1;
}

/* 二级下拉导航 */

.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 4;
    top: 100%;
    left: 0;
    width: 130px;
    background: #ffffff;
    border-bottom: 4px solid #cdcdcd;
    padding: 8px 10px 5px 15px;
}

.publicTwo_stage_nav .every_item {
    padding: 8px 0 8px;
}

.publicTwo_stage_nav .every_item a {
    display: block;
    font-size: 14px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.publicTwo_stage_nav .every_item a:hover {
    color: #d10707;
}

/* 二级下拉导航~~~~~~~~~~~~~~end */

/* 二三级下拉 */
.pc_head_list_box .item.product_menu {
    position: static;
}

.product_down_menu {
    display: none;
    position: absolute;
    z-index: 4;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-bottom: 2px solid #ff0000;
}

.product_down_menu_01_w {
    padding: 20px 0 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product_down_menu_01_w .menu_item {
    width: calc((100% - 150px) / 6);
    margin-right: 30px;
}

.product_down_menu_01_w>.menu_item:nth-child(6n) {
    margin-right: 0;
}

.product_down_menu_01_w .menu_item .img_top {
    border-bottom: 1px solid #d10707;
}

.product_down_menu_01_w .menu_item .img_top a {
    display: block;
}

.product_down_menu_01_w .menu_item .img_top a .img_box {
    height: 145px;
    padding: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.product_down_menu_01_w .menu_item .img_top a .img_box img {
    max-width: 100%;
    max-height: 100%;
}

.product_down_menu_01_w .menu_item .img_top .text {
    font-size: 18px;
    color: #ff0000;
    text-align: center;
    padding: 4px 0 6px;
}

.product_down_menu_list {
    padding: 15px 0 0;
}

.product_down_menu_list .list_item {
    padding-bottom: 12px;
}

.product_down_menu_list .list_item a {
    display: block;
    font-size: 14px;
    color: #666666;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.product_down_menu_list .list_item a:hover {
    color: #d10707;
}

.product_down_menu_02 {
    background: #000000;
}

.product_down_menu_02_w {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.product_down_menu_02_w a {
    width: 170px;
    height: 44px;
    background: #333333;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.product_down_menu_02_w a:hover {
    opacity: 0.8;
}

.product_down_menu_02_w a .iconfont {
    font-size: 23px;
    color: #ffffff;
}

.product_down_menu_02_w a span {
    font-size: 16px;
    color: #ffffff;
    padding-left: 10px;
}

/* 二三级下拉~~~~~~~~~~~~~end */

.pc_head_search_box {
    width: 110px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.pc_head_search_box .click_icon_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
}

.pc_head_search_box .click_icon {
    font-size: 20px;
    color: #000000;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_search_box .search_text {
    font-size: 14px;
    color: #000000;
    padding: 1px 0 0 5px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_search_box .click_icon_box:hover .click_icon,
.pc_head_search_box .click_icon_box:hover .search_text {
    color: #d10707;
}


/* 贝德搜索 */
.public_search_head {
    display: none;
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    width: 100%;
    background: #282828;
    border-bottom: 3px solid #ff0000;
}

.head_search_w {
    padding: 80px 0 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.head_search_w .search_logo {
    width: 140px;
}

.head_search_w .search_logo a {
    display: block;
}

.head_search_w .search_logo a img {
    width: 100%;
}

.head_search_01 {
    width: 50%;
    padding-left: 10px;
}

.head_search_01_form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.head_search_01_form input {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    width: calc(100% - 130px);
    height: 40px;
    padding: 0 10px 0 15px;
    background: #ffffff;
    outline: none;
    border: none;
}

.head_search_01_form button {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 16px;
    color: #ffffff;
    width: 130px;
    height: 40px;
    border: none;
    outline: none;
    background: #ff3f3c;
    cursor: pointer;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.head_search_01_form button:hover {
    background: #ff0400;
}

.head_search_01_bot {
    padding-top: 12px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.head_search_01_bot .hot_text {
    width: 80px;
    font-size: 14px;
    color: #7E7E7E;
}

.head_search_01_bot .list_box {
    width: calc(100% - 80px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.head_search_01_bot .list_box .item_text {
    margin: 0 20px 5px 0;
}

.head_search_01_bot .list_box .item_text a {
    display: block;
    font-size: 14px;
    color: #ffffff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.head_search_01_bot .list_box .item_text a:hover {
    color: #ff0400;
}

.head_search_close {
    position: absolute;
    top: 30px;
    right: 20%;
    font-size: 16px;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.head_search_close:hover {
    border: 1px solid #ff0400;
    color: #ff0400;
}

/* 贝德搜索~~~~~~~~~~~~~~~~end */




/* ~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~index,css */
.index_banner_box {
    position: relative;
}

.index_banner_lunbo .item a {
    display: block;
}

.owl-theme .owl-controls .owl-dots .owl-dot span {
    background: #7a7a7a;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-theme .owl-controls .owl-dots .owl-dot.active span {
    background: #d10707;
}

.index_banner_lunbo .owl-controls {
    position: absolute;
    bottom: 2px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.index_banner_lunbo.owl-theme .owl-controls .owl-dots .owl-dot span {
    width: 20px;
    height: 6px;
    border-radius: 2px;
    background: #ffffff;
}

.index_banner_lunbo.owl-theme .owl-controls .owl-dots .owl-dot.active span {
    background: #d10707;
}

.index_banner_box .prev_btn {
    font-weight: 700;
    font-size: 60px;
    color: #686d7a;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 15%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.index_banner_box .next_btn {
    font-weight: 700;
    font-size: 60px;
    color: #686d7a;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 15%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.index_banner_box .prev_btn:hover,
.index_banner_box .next_btn:hover {
    color: #d10707;
}

.indBoxOne_w {
    padding: 40px 0 60px;
}

.indBoxOne1 {
    background: #f7f7f7;
    padding: 20px 15px 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxOne1_L {
    width: 20%;
    padding: 20px 15px 50px 0;
    border-right: 1px dashed #999999;
}

.indBoxOne1_L .tt {
    font-size: 22px;
    color: #666666;
    text-align: center;
}

.indBoxOne1_L .text_01 {
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    padding-top: 20px;
}

.indBoxOne1_L .text_02 {
    font-size: 16px;
    color: #c80b0b;
    line-height: 26px;
    padding-top: 50px;
}

.indBoxOne1_R {
    width: 80%;
    padding: 22px 0 0 20px;
}

.indBoxOne1_R .tt {
    display: none;
    font-size: 26px;
    color: #333333;
    text-align: center;
    padding-bottom: 25px;
}

.indBoxOne1_R .img_box img {
    width: 100%;
}

.indBoxOne2 {
    padding: 40px 0 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.indBoxOne2_L {
    width: 380px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxOne2_L .item {
    width: 68px;
    margin-right: 36px;
    margin-bottom: 16px;
}

.indBoxOne2_L>.item:nth-child(4n) {
    margin-right: 0;
}

.indBoxOne2_L .item a {
    display: block;
}

.indBoxOne2_L .item a:hover .iconfont {
    color: #d10707;
    border: 1px solid #d10707;
}

.indBoxOne2_L .item a:hover .bottom_text {
    color: #d10707;
}

.indBoxOne2_L .item a .iconfont {
    font-size: 36px;
    color: #999999;
    width: 100%;
    height: 68px;
    line-height: 68px;
    text-align: center;
    border: 1px solid #a5a5a5;
    border-radius: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne2_L .item a .bottom_text {
    font-size: 14px;
    color: #999999;
    text-align: center;
    padding-top: 5px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne2_R {
    width: calc(100% - 410px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxOne2_R .item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    background: #f3f3f3;
    border-radius: 10px;
}

.indBoxOne2_R>.item:nth-child(3n) {
    margin-right: 0;
}

.indBoxOne2_R .item a {
    display: block;
    height: 100%;
    padding: 15px 5% 15px 6%;
}

.indBoxOne2_R .item a:hover .tt {
    color: #d10707;
}

.indBoxOne2_R .item a .tt {
    font-size: 20px;
    color: #333333;
    padding-bottom: 8px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne2_R .item a .text_img {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxOne2_R .item a .text_img .text_box {
    width: 100px;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}

.indBoxOne2_R .item a .text_img .img_box {
    width: calc(100% - 100px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxOne2_R .item a .text_img .img_box img {
    max-width: 100%;
    max-height: 100%;
}

.indBoxTwo_w {
    padding: 0 0 60px;
}

.index_module_title {
    padding: 0 0 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.index_module_title .tt_box .tt_01 {
    display: block;
    font-size: 30px;
    color: #333333;
}

.index_module_title .More_btn a {
    display: block;
    font-size: 16px;
    color: #999999;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.index_module_title .More_btn a:hover {
    color: #d10707;
}

.indBoxTwo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxTwo1 .item {
    width: calc(100% / 6);
    border: 1px solid #eeeeee;
    padding: 40px 10px 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo1 .item:hover {
    border: 1px solid #d10707;
}

.indBoxTwo1 .item:hover .btn_box a {
    opacity: 1;
}

.indBoxTwo1 .item:hover .img_text,
.indBoxTwo1 .item:hover .btn_box {
    top: -10px;
}


.indBoxTwo1 .item .img_text {
    display: block;
    position: relative;
    top: 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo1 .item .img_text .img_box {
    height: 154px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxTwo1 .item .img_text .img_box img {
    max-width: 100%;
    max-height: 100%;
}

.indBoxTwo1 .item .img_text .text_box {
    padding: 35px 0 12px;
}

.indBoxTwo1 .item .img_text .text_box .text_01 {
    font-size: 18px;
    color: #333333;
    text-align: center;
}

.indBoxTwo1 .item .img_text .text_box .text_02 {
    font-size: 14px;
    color: #999999;
    text-align: center;
    padding-top: 2px;
}

.indBoxTwo1 .item .btn_box {
    position: relative;
    top: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo1 .item .btn_box a {
    display: block;
    font-size: 12px;
    width: calc((100% - 10px) / 2);
    line-height: 28px;
    text-align: center;
    border-radius: 4px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 0;
}

.indBoxTwo1 .item .btn_box>a:nth-child(1) {
    border: 1px solid #d10707;
    color: #d10707;
}

.indBoxTwo1 .item .btn_box>a:nth-child(1):hover {
    background: #d10707;
    color: #ffffff;
}

.indBoxTwo1 .item .btn_box>a:nth-child(2) {
    border: 1px solid #999999;
    color: #333333;
}

.indBoxTwo1 .item .btn_box>a:nth-child(2):hover {
    border: 1px solid #d10707;
    background: #d10707;
    color: #ffffff;
}

.indBoxThree_w {
    padding: 60px 0 70px;
}

.indBoxThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxThree1_L {
    width: 68%;
}

.indBoxThree1_L_dl {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxThree1_L_dl .item {
    width: calc((100% - 40px) / 2);
    margin-bottom: 35px;
}

.indBoxThree1_L_dl .item a {
    display: block;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxThree1_L_dl .item a:hover {
    color: #d10707;
}

.indBoxThree1_L_dl .item a span {
    padding-right: 12px;
}

.indBoxThree1_L_dl .item a span i {
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #cd0808;
}


.indBoxThree1_R {
    width: 28%;
}

.indBoxThree1_R .img_box a {
    display: block;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.indBoxThree1_R .img_box a:hover img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxThree1_R .img_box a img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour {
    background: url(../images/ind_11.jpg) no-repeat center center / cover;
}

.indBoxFour_w {
    padding: 50px 0 30px;
}

.indBoxFour1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxFour1_01 {
    width: 28%;
    font-size: 34px;
    color: #ffffff;
}

.indBoxFour1_02 {
    width: calc((100% - 28%) / 2);
    font-size: 20px;
    color: #ffffff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxFour1_02 span {
    font-size: 80px;
    color: #ffffff;
    padding: 0 20px;
}

.indBoxFour2 a {
    display: block;
    font-size: 14px;
    color: #999999;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour2 a:hover {
    color: #d10707;
}

.indBoxFive {
    background: url(../images/ind_12.jpg) no-repeat center center / cover;
}

.indBoxFive_w {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxFive1_L {
    width: 13%;
}

.indBoxFive1_L .item {
    font-size: 20px;
    color: #333333;
    line-height: 60px;
    text-align: center;
    background: #ffffff;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.indBoxFive1_L .item:hover {
    background: #d10707;
    color: #ffffff;
}

.indBoxFive1_L>.item:last-child {
    border-bottom: none;
}

.indBoxFive1_L .item.hover {
    background: #d10707;
    color: #ffffff;
}

.indBoxFive1_R {
    width: 84%;
}

.indBoxFive1_R_item_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxFive1_R_item_01 .img_item {
    width: calc((100% - 366px) / 6);
    margin-right: 73px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFive1_R_item_01 .img_item:hover img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxFive1_R_item_01 .img_item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.indBoxFive1_R_item_01 .img_item img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFive1_R_item_01>.img_item:nth-child(6n) {
    margin-right: 0;
}

.indBoxFive1_R_item_02 {
    padding: 40px 0 30px;
}

.indBoxFive1_R_item_02 .tt {
    font-size: 34px;
    color: #333333;
}

.indBoxFive1_R_item_02 .text {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    padding-top: 12px;
}

.indBoxFive1_R_item_03 a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    width: 200px;
    line-height: 44px;
    text-align: center;
    background: #d10707;
    border-radius: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFive1_R_item_03 a:hover {
    opacity: 0.7;
}

.indBoxSix_w {
    padding: 70px 0 60px;
}

.indBoxSix1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxSix1 .item {
    width: calc(100% / 5);
    padding: 0 15px;
}

.indBoxSix1 .item a {
    display: block;
}

.indBoxSix1 .item a:hover .bottom_box .tt {
    color: #d10707;
}

.indBoxSix1 .item a:hover .img_box .img_01 {
    display: none;
}

.indBoxSix1 .item a:hover .img_box .img_02 {
    display: block;
}

.indBoxSix1 .item a .img_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.indBoxSix1 .item a .img_box img {
    max-width: 100%;
    max-height: 100%;
}

.indBoxSix1 .item a .img_box .img_02 {
    display: none;
}

.indBoxSix1 .item a .bottom_box {
    padding: 20px 0 0;
}

.indBoxSix1 .item a .bottom_box .tt {
    font-size: 22px;
    color: #373737;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxSix1 .item a .bottom_box .text {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    text-align: center;
    padding-top: 12px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxSeven_w {
    padding: 0 0 90px;
}

.indBoxSeven1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxSeven1 .item {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    background: #eeeeee;
    cursor: pointer;
}

.indBoxSeven1 .item:hover .bottom_box .tt {
    color: #d10707;
}

.indBoxSeven1 .item:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxSeven1>.item:nth-child(4n) {
    margin-right: 0;
}

.indBoxSeven1 .item .img_box {
    position: relative;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.indBoxSeven1 .item .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxSeven1 .item .img_box .iconfont {
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 46px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 13px;
    border: 2px solid #ffffff;
}

.indBoxSeven1 .item .bottom_box {
    padding: 16px 10px 20px;
}

.indBoxSeven1 .item .bottom_box .tt {
    font-size: 20px;
    color: #333333;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxSeven1 .item .bottom_box .text {
    font-size: 14px;
    color: #999999;
    text-align: center;
    padding-top: 4px;
}

/* 点击视频弹出播放框css */
.ind_video_maskBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.ind_video_maskBox .video_Box_1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 800px;
    height: 485px;
}

.ind_video_maskBox .video_Box_1 .videoIframe {
    background: #333333;
    width: 100%;
    height: 100%;
    border: none;
}

.ind_video_maskBox .video_Box_1 .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ind_video_maskBox .video_Box_1 .closeBtn:hover {
    color: #f40a0a;
}

/* 点击视频弹出播放框css~~~~~~~~~~~~~~~~结束 */

/* ~~~~~~~~~~~~~index,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~index,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~index,css~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~foot,css */
/* ~~~~~~~~~~~~~~~foot,css */
/* ~~~~~~~~~~~~~~~foot,css */
.public_foot_top {
    position: relative;
    overflow: hidden;
    background: #000000;
}

.public_foot_top canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.foot_top_w {
    position: relative;
    z-index: 2;
    padding: 40px 0 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.foot_top_L {
    width: calc(100% - 490px);
    border-right: 1px solid #999999;
    padding-right: 20px;
}

.foot_top_L_list {
    padding-bottom: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_top_public_title {
    padding-bottom: 20px;
}

.foot_top_public_title a {
    display: block;
    font-size: 18px;
    color: #ffffff;
}

.foot_top_public_list .item {
    padding-bottom: 8px;
}

.foot_top_public_list .item a {
    display: block;
    font-size: 14px;
    color: #ffffff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_public_list .item a:hover {
    color: #d10707;
}

.foot_top_01 {
    width: 16%;
}

.foot_top_02 {
    width: 16%;
}

.foot_top_03 {
    width: 20%;
}

.foot_top_04 {
    width: 16%;
}

.foot_top_05 {
    width: 16%;
}

.foot_top_L_form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.foot_top_L_form input {
    font-size: 14px;
    color: #999999;
    width: 55%;
    height: 36px;
    outline: none;
    background: none;
    border: 1px solid #999999;
    border-right: none;
    padding: 0 10px 0 15px;
}

.foot_top_L_form button {
    font-size: 16px;
    color: #999999;
    width: 120px;
    height: 36px;
    outline: none;
    background: none;
    border: 1px solid #999999;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_L_form button:hover {
    color: #ffffff;
}

.foot_top_R {
    width: 490px;
    padding-left: 40px;
}

.foot_top_R_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_top_R_01 .item {
    width: calc((100% - 20px) / 2);
}

.foot_top_R_01 .item .tt_box {
    font-size: 16px;
    color: #ffffff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.foot_top_R_01 .item .tt_box .line {
    width: 4px;
    height: 19px;
    background: #ffffff;
    margin-right: 10px;
}

.foot_top_R_01 .item a {
    display: block;
    font-weight: 700;
    font-size: 26px;
    color: #ffffff;
    padding-top: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_R_01 .item a:hover {
    color: #d10707;
}

.foot_top_R_02 {
    font-size: 16px;
    color: #ffffff;
    padding-top: 15px;
}

.foot_top_R_03 {
    padding: 25px 0 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.foot_top_R_03 .left_img {
    width: 125px;
}

.foot_top_R_03 .left_img .img_tt {
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 8px;
}

.foot_top_R_03 .left_img .img_box img {
    width: 100%;
}

.foot_top_R_03 .right_icon {
    width: calc(100% - 125px);
    padding: 28px 0 0 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_top_R_03 .right_icon .item {
    width: calc((100% - 5px) / 2);
    margin-bottom: 15px;
}

.foot_top_R_03 .right_icon .item.qiyeweixin_code {
    position: relative;
}

.foot_top_R_03 .right_icon .item.qiyeweixin_code:hover img {
    display: block;
}

.foot_top_R_03 .right_icon .item.qiyeweixin_code > img {
    display: none;
    position: absolute;
    z-index: 2;
    width: 120px;
    left: 0;
    bottom: 100%;
}

.foot_top_R_03 .right_icon .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.foot_top_R_03 .right_icon .item a:hover span {
    color: #d10707;
}

.foot_top_R_03 .right_icon .item a .icon {
    width: 50px;
    height: 50px;
    background: #626262;
    border-radius: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.foot_top_R_03 .right_icon .item a .icon img {
    max-width: 100%;
    max-height: 100%;
}

.foot_top_R_03 .right_icon .item a span {
    font-size: 14px;
    color: #ffffff;
    width: calc(100% - 50px);
    padding-left: 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_foot_bottom {
    background: #333333;
}

.foot_bottom_w {
    padding: 12px 0 12px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_bottom_w .L_text {
    font-size: 14px;
    color: #ffffff;
}

.foot_bottom_w .R_a {
    font-size: 14px;
    color: #ffffff;
}

.foot_bottom_w .R_a:hover {
    text-decoration: underline;
}

/* ~~~~~~~~~~~~~~~foot,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~foot,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~foot,css~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~~Product,css */
/* ~~~~~~~~~~~~~~~~Product,css */
/* ~~~~~~~~~~~~~~~~Product,css */
.SubPage_banner_w {
    height: 200px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.SubPage_banner_w .banner_tt_box {
    width: 230px;
    border-left: 4px solid #d10707;
    background: rgba(2, 0, 27, 0.8);
    padding: 16px 10px 16px 30px;
}

.SubPage_banner_w .banner_tt_box .tt_01 {
    font-size: 30px;
    color: #ffffff;
}

.SubPage_banner_w .banner_tt_box .tt_02 {
    font-family: "Arial", "sans-serif";
    font-size: 20px;
    color: #ffffff;
    padding-top: 5px;
}

.SubPage_crumbs {
    background: #fafafa;
}

.SubPage_crumbs_w {
    padding: 12px 0 12px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.SubPage_crumbs_w .crumbs_text {
    font-size: 14px;
    color: #666666;
    padding-right: 8px;
}

.SubPage_crumbs_w .crumbs_a {
    font-size: 14px;
    color: #666666;
}

.SubPage_crumbs_w .crumbs_a a {
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.SubPage_crumbs_w .crumbs_a a:hover {
    color: #d10707;
}

.proBoxOne_w {
    padding: 50px 0 0;
}

.proBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.proBoxOne1 .item {
    width: calc(100% / 6);
    padding: 0 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxOne1 .item:hover {
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.proBoxOne1 .item a {
    display: block;
}

.proBoxOne1 .item a:hover .bottom_text {
    color: #d10707;
}

.proBoxOne1 .item a .img_box {
    height: 160px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.proBoxOne1 .item a .img_box img {
    max-width: 100%;
    max-height: 100%;
}

.proBoxOne1 .item a .bottom_text {
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding-top: 15px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxTwo_w {
    padding: 50px 0 50px;
}

.SubPage_public_title {
    padding-bottom: 30px;
}

.SubPage_public_title .tt_01 {
    font-size: 36px;
    color: #333333;
    text-align: center;
    padding-bottom: 8px;
}

.SubPage_public_title .line {
    width: 100px;
    height: 3px;
    margin: 0 auto;
    background: #000000;
    border-right: 50px solid #d10707;
}

.proBoxTwo1 {
    padding-bottom: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.proBoxTwo1 a {
    display: block;
    font-size: 16px;
    margin: 0 12px;
}

.proBoxTwo1 a:hover {
    text-decoration: underline;
}

.proBoxTwo1>a:nth-child(1) {
    color: #333333;
}

.proBoxTwo1>a:nth-child(2) {
    color: #d10707;
}

.proBoxTwo2_01 {
    padding: 0 30px 0 0;
    border-bottom: 2px solid #ffffff;
    background: #f5f5f5;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.proBoxTwo2_01_L {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.proBoxTwo2_01_L .item {
    position: relative;
    padding: 30px 0 30px;
}

.proBoxTwo2_01_L .item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    opacity: 0;
    background: #ff0100;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxTwo2_01_L .item.hover::after {
    width: 100%;
    opacity: 1;
}

.proBoxTwo2_01_L .item a {
    display: block;
    font-size: 16px;
    color: #999999;
    padding: 2px 30px 3px;
    border-right: 1px solid #cccccc;
}

.proBoxTwo2_01_L .item.hover a {
    color: #ff0100;
}

.proBoxTwo2_01_L>.item:last-child a {
    border-right: none;
}

.proBoxTwo2_01_R {
    width: 260px;
}

.proBoxTwo2_01_R a {
    height: 46px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #ff0100;
    border-radius: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxTwo2_01_R a:hover {
    background: #ff0100;
}

.proBoxTwo2_01_R a:hover .iconfont,
.proBoxTwo2_01_R a:hover span {
    color: #ffffff;
}

.proBoxTwo2_01_R a .iconfont {
    font-size: 24px;
    color: #ff0100;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxTwo2_01_R a span {
    font-size: 16px;
    color: #ff0100;
    padding-left: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxTwo2_02 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.proBoxTwo2_02_L {
    width: calc((100% - 2px) / 2);
    background: #f5f5f5;
}

.proBoxTwo2_02_L a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.proBoxTwo2_02_L a img {
    width: auto;
    max-width: none;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxTwo2_02_L a img:hover {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.proBoxTwo2_02_R {
    width: calc((100% - 2px) / 2);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.proBoxTwo2_02_R .item {
    width: calc((100% - 2px) / 2);
    height: calc((100% - 2px) / 2);
    background: #f5f5f5;
    padding: 20px 10px 10px 25px;
}

.proBoxTwo2_02_R>.item:nth-child(-n + 2) {
    margin-bottom: 2px;
}

.proBoxTwo2_02_R .item .icon_tt {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 15px;
}

.proBoxTwo2_02_R .item .icon_tt .iconfont {
    width: 35px;
    font-size: 26px;
    color: #999999;
}

.proBoxTwo2_02_R .item .icon_tt .tt {
    width: calc(100% - 35px);
    font-size: 20px;
    color: #333333;
}

.proBoxTwo2_02_R .item .text_box {
    padding-left: 35px;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}

.proBoxTwo2_02_R .item .text_box a {
    color: #ff0000;
}

.proBoxTwo2_02_R .item .text_box a:hover {
    text-decoration: underline;
}

.proBoxThree_w {
    padding: 0 0 70px;
}

.proBoxThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.proBoxThree1 .item {
    position: relative;
    width: calc((100% - 104px) / 4);
    margin-right: 34px;
    overflow: hidden;
}

.proBoxThree1>.item:nth-child(4n) {
    margin-right: 0;
}

.proBoxThree1 .item:hover::after {
    width: 100%;
    opacity: 1;
}

.proBoxThree1 .item:hover .hover_show_box {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.proBoxThree1 .item:hover .img_box .img_bg_mask {
    opacity: 1;
}

.proBoxThree1 .item::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    opacity: 0;
    background: #d10707;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.proBoxThree1 .item .img_box {
    position: relative;
    border: 2px solid #eeeeee;
    overflow: hidden;
}

.proBoxThree1 .item .img_box img {
    width: 100%;
}

.proBoxThree1 .item .img_box .img_bg_mask {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.23);
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.proBoxThree1 .item .bottom_box {
    padding: 12px 10px 12px;
    background: #f5f5f5;
}

.proBoxThree1 .item .bottom_box .tt {
    font-size: 20px;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.proBoxThree1 .item .bottom_box .text {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 8px;
}

.proBoxThree1 .item .hover_show_box {
    position: absolute;
    bottom: 0;
    left: 0;
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    width: 100%;
    background: #f5f5f5;
    padding: 14px 10px 24px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxThree1 .item .hover_show_box .tt {
    display: block;
    font-size: 20px;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxThree1 .item .hover_show_box .tt:hover {
    color: #d10707;
}

.proBoxThree1 .item .hover_show_box .text {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 8px 0 0;
}

.proBoxThree1 .item .hover_show_box .btn_box {
    padding-top: 18px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.proBoxThree1 .item .hover_show_box .btn_box a {
    display: block;
    width: 90px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    margin: 0 8px;
    border-radius: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxThree1 .item .hover_show_box .btn_box>a:nth-child(1) {
    border: 1px solid #aeaeae;
    color: #aeaeae;
}

.proBoxThree1 .item .hover_show_box .btn_box>a:nth-child(1):hover {
    background: #d10707;
    border: 1px solid #d10707;
    color: #ffffff;
}

.proBoxThree1 .item .hover_show_box .btn_box>a:nth-child(2) {
    background: #d10707;
    color: #ffffff;
}

.proBoxThree2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.proBoxThree2 .item {
    position: relative;
    width: calc((100% - 35px) / 2);
    margin-bottom: 35px;
    background: #f5f5f5;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.proBoxThree2 .item:hover::after {
    width: 100%;
    opacity: 1;
}

.proBoxThree2 .item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    opacity: 0;
    background: #d10707;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxThree2 .item .img_box {
    width: 52%;
}

.proBoxThree2 .item .img_box a {
    display: block;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.proBoxThree2 .item .img_box a:hover img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.proBoxThree2 .item .img_box a img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxThree2 .item .right_box {
    width: 48%;
    padding: 20px 10px 20px 20px;
}

.proBoxThree2 .item .right_box .tt_box {
    padding-bottom: 20px;
}

.proBoxThree2 .item .right_box .tt_box .tt_01 {
    display: block;
    font-size: 20px;
    color: #333333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.proBoxThree2 .item .right_box .tt_box .tt_01:hover {
    color: #d10707;
}

.proBoxThree2 .item .right_box .tt_box .tt_02 {
    font-size: 16px;
    color: #999999;
    padding-top: 2px;
}

.proBoxThree2 .item .right_box .parameter_box {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    padding: 0 0 20px;
}

.proBoxThree2 .item .right_box .btn_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.proBoxThree2 .item .right_box .btn_box a {
    display: block;
    width: 96px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxThree2 .item .right_box .btn_box>a:nth-child(1) {
    color: #aeaeae;
    border: 1px solid #aeaeae;
}

.proBoxThree2 .item .right_box .btn_box>a:nth-child(1):hover {
    color: #ffffff;
    background: #d10707;
    border: 1px solid #d10707;
}

.proBoxThree2 .item .right_box .btn_box>a:nth-child(2) {
    color: #ffffff;
    background: #d10707;
    margin-left: 15px;
}

.proBoxSeven {
    background: url(../images/product_10.jpg) no-repeat center center / cover;
}

.proBoxSeven_w {
    padding: 90px 0 100px;
}

.proBoxSeven1 {
    padding-bottom: 50px;
}

.proBoxSeven1 .tt_01 {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
}

.proBoxSeven1 .tt_02 {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    padding: 20px 0 0;
}

.proBoxSeven2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.proBoxSeven2 .item {
    width: calc(100% / 4);
    padding: 0 15px;
}

.proBoxSeven2 .item a {
    display: block;
}

.proBoxSeven2 .item a:hover .bottom_text {
    color: #d10707;
}

.proBoxSeven2 .item a .img_box {
    height: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.proBoxSeven2 .item a .img_box img {
    max-width: 100%;
    max-height: 100%;
}

.proBoxSeven2 .item a .bottom_text {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding-top: 8px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxEight_w {
    padding: 60px 0 60px;
}

.proBoxEight1 {
    border: 1px solid #dfdfdf;
    padding: 35px 0 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.proBoxEight1 .item {
    width: calc(100% / 4);
    padding: 0 10px;
    border-right: 1px solid #dfdfdf;
}

.proBoxEight1 .item.weixin_code {
    position: relative;
}

.proBoxEight1 .item.weixin_code:hover img {
    display: block;
}

.proBoxEight1 .item.weixin_code > img {
    display: none;
    width: 130px;
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 50%;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.proBoxEight1>.item:last-child {
    border-right: none;
}

.proBoxEight1 .item a {
    padding: 15px 0 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.proBoxEight1 .item a:hover .iconfont,
.proBoxEight1 .item a:hover span {
    color: #d10707;
}

.proBoxEight1 .item a .iconfont {
    font-size: 30px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxEight1 .item a span {
    font-size: 16px;
    color: #666666;
    padding-left: 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxEight2 {
    padding: 12px 0 0;
}

.proBoxEight2 .tt {
    display: block;
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
    color: #ff0100;
    text-decoration: underline;
    padding-bottom: 12px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxEight2 .tt:hover {
    opacity: 0.8;
}

.proBoxEight2 .text_a {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 14px 0 14px;
}

.proBoxEight2 .text_a a {
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    color: #ff0100;
    text-decoration: underline;
}

.SubPage_foot_box {
    background: #282828;
}

.SubPage_foot_box_w {
    padding: 16px 0 16px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.SubPage_foot_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.SubPage_foot_01 img {
    width: 120px;
    max-width: 100%;
    max-height: 100%;
}

.SubPage_foot_01 span {
    font-size: 16px;
    color: #999999;
    padding-left: 6px;
    padding-bottom: 2px;
}

.SubPage_foot_01 span a {
    color: #999999;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.SubPage_foot_01 span a:hover {
    color: #ffffff;
}

.SubPage_foot_02 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.SubPage_foot_02 a {
    display: block;
    font-size: 16px;
    color: #999999;
    padding: 0 10px 1px;
    border-right: 1px solid #999999;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.SubPage_foot_02 a:hover {
    color: #ff0100;
}

.SubPage_foot_02>a:last-child {
    border-right: none;
}

/* ~~~~~~~~~~~~~~~~Product,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~Product,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~Product,css~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~Product_list,css */
/* ~~~~~~~~~~~~Product_list,css */
/* ~~~~~~~~~~~~Product_list,css */
.pro_liBoxOne_w {
    padding: 60px 0 0;
}

.pro_liBoxOne1 {
    padding-bottom: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_liBoxOne1_L {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_liBoxOne1_L .item {
    padding: 0 20px 2px;
    border-right: 1px solid #999999;
}

.pro_liBoxOne1_L .item a {
    display: block;
    font-size: 16px;
    color: #999999;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_liBoxOne1_L .item a:hover {
    color: #ff0100;
}

.pro_liBoxOne1_L .item.hover a {
    color: #ff0100;
}

.pro_liBoxOne1_L>.item:first-child {
    padding: 0 20px 2px 0;
}

.pro_liBoxOne1_L>.item:last-child {
    border-right: none;
}

/* ~~~~~~~~~~~~Product_list,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~Product_list,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~Product_list,css~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~~product_detail,css */
/* ~~~~~~~~~~~~~~product_detail,css */
/* ~~~~~~~~~~~~~~product_detail,css */
.pro_deBoxOne_w {
    padding: 50px 0 60px;
}

.pro_deBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deBoxOne1_L {
    width: 50%;
    padding: 0 70px 0 50px;
}

.pro_deBoxOne1_L .tt_box .tt_01 {
    font-weight: 700;
    font-size: 34px;
    color: #ffffff;
}

.pro_deBoxOne1_L .tt_box .tt_02 {
    font-size: 14px;
    color: #ffffff;
    padding-top: 4px;
}

.pro_deBoxOne1_L .tt_box .text {
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    padding-top: 15px;
}

.pro_deBoxOne1_L dl {
    padding: 100px 0 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deBoxOne1_L dl dd {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    border-right: 1px solid #cdcdcd;
}

.pro_deBoxOne1_L dl > dd:last-child {
    border-right: none;
    margin-right: 0;
}

.pro_deBoxOne1_L dl dd span {
    font-size: 26px;
    color: #ff0100;
}

.pro_deBoxOne1_L dl dd div {
    font-size: 16px;
    color: #333333;
    padding-top: 6px;
}

.pro_deBoxOne1_L .btn_box a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    width: 140px;
    line-height: 40px;
    text-align: center;
    background: #ff0100;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxOne1_L .btn_box a:hover {
    opacity: 0.7;
}

.pro_deBoxOne1_R {
    width: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_deBoxOne1_R img {
    max-width: 100%;
    max-height: 100%;
}

.pro_deBoxTwo {
    border-bottom: 1px solid #eeeeee;
}

.pro_deBoxTwo1 {
    z-index: 11;
    background: #ffffff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deBoxTwo1_L {
    width: calc(100% - 470px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deBoxTwo1_L .item a {
    display: block;
    position: relative;
    font-size: 16px;
    color: #666666;
    line-height: 80px;
}

.pro_deBoxTwo1_L .item a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #ff0100;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxTwo1_R {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deBoxTwo1_R .btn_box_01 {
    margin-right: 15px;
}

.pro_deBoxTwo1_R .btn_box_01 a {
    width: 160px;
    height: 42px;
    background: #ff0100;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxTwo1_R .btn_box_01 a:hover {
    opacity: 0.7;
}

.pro_deBoxTwo1_R .btn_box_01 a .iconfont {
    font-size: 20px;
    color: #ffffff;
    margin-top: 5px;
}

.pro_deBoxTwo1_R .btn_box_01 a span {
    font-size: 16px;
    color: #ffffff;
    padding-left: 6px;
}

.pro_deBoxTwo1_R .btn_box_02 a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deBoxTwo1_R .btn_box_02 a .iconfont {
    font-size: 36px;
    color: #ff0100;
}

.pro_deBoxTwo1_R .btn_box_02 a span {
    font-weight: 700;
    font-size: 26px;
    color: #ff0100;
    padding-left: 4px;
}

.pro_deBoxThree .SubPage_public_title .tt_01 {
    text-align: left;
}

.pro_deBoxThree .SubPage_public_title .line {
    margin: 0;
}

.pro_deThree1_w {
    padding: 70px 0 70px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.pro_deThree1_L {
    position: relative;
    width: 55%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
    cursor: pointer;
}

.pro_deThree1_L:hover img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_deThree1_L img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deThree1_L .iconfont {
    font-size: 80px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pro_deThree1_R {
    width: 45%;
    padding: 0 0 0 30px;
}

.pro_deThree1_R .text_box {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    height: 350px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
}

.pro_deThree1_R .text_box::-webkit-scrollbar {
    width: 6px;
}

.pro_deThree1_R .text_box::-webkit-scrollbar-thumb {
    background: #999999;
}

.pro_deThree2 {
    background: #f5f5f5;
}

.pro_deThree2_w {
    padding: 60px 0 60px;
}

.pro_deThree2_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deThree2_01 .item {
    width: calc(100% / 5);
    padding: 0 10px;
}

.pro_deThree2_01 .item:hover .iconfont {
    color: #ff0100;
}

.pro_deThree2_01 .item:hover .tt {
    color: #ff0100;
}

.pro_deThree2_01 .item .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 50%;
    padding: 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deThree2_01 .item .icon img {
    max-width: 100%;
    max-height: 100%;
}

.pro_deThree2_01 .item .tt {
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding-top: 30px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deThree2_01 .item .text {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    text-align: center;
    padding-top: 8px;
}

.pro_deThree3_w {
    padding: 60px 0 60px;
}

.pro_deThree3_01_L {
    width: 42%;
}

.pro_deThree3_01_L dl {
    border-top: 2px solid #eeeeee;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deThree3_01_L dl dd {
    width: calc(100% / 3);
    border-bottom: 2px solid #eeeeee;
    padding: 24px 10px 24px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deThree3_01_L dl dd div {
    font-size: 14px;
    color: #ffffff;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    background: #ff0000;
}

.pro_deThree3_01_L dl dd span {
    width: calc(100% - 22px);
    font-size: 14px;
    color: #333333;
    padding: 2px 0 0 10px;
}

.pro_deThree3_01_R {
    width: 44.3%;
}

.pro_deThree3_01_R img {
    width: 100%;
}

.pro_deThree3_02 {
    padding-top: 70px;
}

.pro_deThree3_02_form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.pro_deThree3_02_form .item {
    width: calc((100% - 50px) / 2);
}

.pro_deThree3_02_form .item .tt_box {
    padding-bottom: 25px;
}

.pro_deThree3_02_form .item .tt_box .tt_01 {
    font-weight: 700;
    font-size: 30px;
    color: #333333;
}

.pro_deThree3_02_form .item .tt_box .tt_02 {
    font-size: 14px;
    color: #999999;
    padding-top: 8px;
}

.pro_deThree3_02_form .item .bottom_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deThree3_02_form .item .bottom_box form {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deThree3_02_form .item .bottom_box select,
.pro_deThree3_02_form .item .bottom_box input {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 14px;
    color: #999999;
    width: calc(100% - 120px);
    height: 50px;
    outline: none;
    border: none;
    background: #f5f5f5;
    padding: 0 10px 0 15px;
}

.pro_deThree3_02_form .item .bottom_box .btn_box {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 16px;
    color: #ffffff;
    width: 120px;
    line-height: 50px;
    text-align: center;
    background: #414254;
    outline: none;
    border: none;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deThree3_02_form .item .bottom_box .btn_box:hover {
    opacity: 0.8;
}

.pro_deThree3_02_form .item .bottom_box ::-webkit-input-placeholder {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 14px;
    color: #999999;
}

.pro_deThree4 {
    background: #f5f5f5;
}

.pro_deThree4_w {
    padding: 50px 0 60px;
}

.pro_deBoxThree table {
    width: 100%;
    border-collapse: collapse;
}

.pro_deBoxThree table tr td {
    font-size: 18px;
    color: #666666;
    border: 1px solid #999999;
    padding: 16px 10px 16px 10px;
    text-align: center;
}

.pro_deBoxThree table tr:first-child td {
    color: #ff0000;
    border: 1px solid #ff0000;
    background: #ffffff;
}

.pro_deThree5_w {
    padding: 70px 0 0;
}

.pro_deThree5_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deThree5_01 .item {
    width: calc((100% - 10px) / 2);
    background: #f5f5f5;
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deThree5_01 .item:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_deThree5_01 .item .img_box {
    width: 42%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.pro_deThree5_01 .item .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deThree5_01 .item .text_box {
    font-size: 22px;
    color: #333333;
    line-height: 36px;
    width: 58%;
    padding: 0 30px 0 30px;
}

.pro_deThree5_01>.item:nth-child(n + 3) {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.pro_deThree6_w {
    padding: 40px 0 60px;
}

.pro_deThree6_01 .btn_box {
    font-size: 16px;
    color: #ff0000;
    text-align: center;
    padding: 6px 10px 6px;
    background: #eeeeee;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deThree6_01 .btn_box:hover {
    background: #ff0000;
    color: #ffffff;
}

.pro_deThree6_01 table tr:nth-child(n + 11) {
    display: none;
}

.pro_deThree6_01.active table tr {
    display: table-row;
}

.pro_deThree7 {
    background: #f5f5f5;
}

.pro_deThree7_w {
    padding: 60px 0 60px;
}

.pro_deThree7_01 .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.pro_deThree7_01 .item .img_box {
    width: 42.5%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.pro_deThree7_01 .item .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deThree7_01 .item .img_box img:hover {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_deThree7_01_R {
    width: 57.5%;
    padding: 0 40px 0 40px;
}

.pro_deThree7_01_R .tt {
    font-size: 30px;
    color: #666666;
}

.pro_deThree7_01_R_dl {
    padding-top: 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deThree7_01_R_dl dd {
    width: calc((100% - 30px) / 2);
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.pro_deThree7_01_R_dl dd .iconfont {
    font-size: 40px;
    color: #666666;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #999999;
}

.pro_deThree7_01_R_dl dd .R_text_box {
    width: calc(100% - 70px);
    padding-left: 12px;
}

.pro_deThree7_01_R_dl dd .R_text_box .R_text_01 {
    font-weight: 700;
    font-size: 18px;
    color: #666666;
}

.pro_deThree7_01_R_dl dd .R_text_box .R_text_02 {
    font-size: 16px;
    color: #666666;
    padding-top: 8px;
}

.pro_deThree7_01_R .btn_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 15px;
}

.pro_deThree7_01_R .btn_box a {
    width: 200px;
    height: 44px;
    background: #ff3f3b;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deThree7_01_R .btn_box a:hover {
    opacity: 0.8;
}

.pro_deThree7_01_R .btn_box a .iconfont {
    font-size: 20px;
    color: #ffffff;
}

.pro_deThree7_01_R .btn_box a span {
    font-size: 16px;
    color: #ffffff;
    padding-left: 4px;
}

.pro_deThree7_01_R .btn_box>a:nth-child(2) {
    margin-left: 30px;
}

.pro_deThree7_01 .owl-controls {
    padding-top: 20px;
}

.pro_deThree7_01 .owl-controls .owl-dots .owl-dot span {
    width: 80px;
    height: 2px;
}

.pro_deThree8_w {
    padding: 70px 0 80px;
}

.pro_deThree8_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.pro_deThree8_01 .item {
    width: calc((100% - 40px) / 2);
}

.pro_deThree8_01 .item a {
    display: block;
    position: relative;
}

.pro_deThree8_01 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_deThree8_01 .item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.pro_deThree8_01 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deThree8_01 .item a .bottom_text {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 8px 10px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro_deBoxFour {
    background: #f5f5f5;
}

.pro_deBoxFour_w {
    padding: 50px 0 50px;
}

.pro_deBoxFour1 {
    padding-bottom: 30px;
}

.pro_deBoxFour1 .tt_01 {
    font-size: 34px;
    color: #333333;
    text-align: center;
}

.pro_deBoxFour1 .tt_02 {
    font-size: 14px;
    color: #666666;
    text-align: center;
    padding-top: 10px;
}

.pro_deBoxFour2_form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deBoxFour2_form .item {
    width: calc((100% - 60px) / 3);
    margin-bottom: 30px;
}

.pro_deBoxFour2_form .item input,
.pro_deBoxFour2_form .item select {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 14px;
    color: #666666;
    width: 100%;
    height: 50px;
    outline: none;
    border: none;
    background: #ffffff;
    padding: 0 10px 0 15px;
}

.pro_deBoxFour2_form .item textarea {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 14px;
    color: #666666;
    width: 100%;
    height: 140px;
    outline: none;
    border: none;
    resize: none;
    background: #ffffff;
    padding: 15px 10px 15px 15px;
}

.pro_deBoxFour2_form .item.last {
    width: 100%;
}

.pro_deBoxFour2_form .btn_box {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_deBoxFour2_form .btn_box button {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 16px;
    color: #ffffff;
    width: 130px;
    height: 46px;
    outline: none;
    border: none;
    background: #ff0100;
    cursor: pointer;
    margin: 0 15px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxFour2_form .btn_box button:hover {
    opacity: 0.7;
}

.pro_deBoxFour2_form .btn_box a {
    display: block;
    font-size: 16px;
    color: #ff0100;
    width: 130px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #ff0100;
    margin: 0 15px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxFour2_form .btn_box a:hover {
    background: #ff0100;
    color: #ffffff;
}

/* ~~~~~~~~~~~~~~product_detail,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~product_detail,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~product_detail,css~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~Service_faq,css */
/* ~~~~~~~~~~~~~Service_faq,css */
/* ~~~~~~~~~~~~~Service_faq,css */
.ser4BoxOne1 {
    padding: 50px 0 60px;
}

.ser4BoxOne2 {
    padding-bottom: 40px;
}

.ser4BoxOne2_form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.ser4BoxOne2_form input {
    width: 68%;
    height: 54px;
    outline: none;
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
    padding: 0 10px 0 30px;
    background: #fafafa;
}

.ser4BoxOne2_form ::-webkit-input-placeholder {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 16px;
    color: #999999;
}

.ser4BoxOne2_form button {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 16px;
    color: #ffffff;
    outline: none;
    border: none;
    width: 140px;
    height: 54px;
    background: #ff0100;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ser4BoxOne2_form button:hover {
    opacity: 0.7;
}

.ser4BoxOne3 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.ser4BoxOne3 .item {
    width: calc((100% - 40px) / 2);
    margin-bottom: 30px;
    border: 10px solid #f5f5f5;
    padding: 20px 15px 15px;
}

.ser4BoxOne3 .item .top_box {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.ser4BoxOne3 .item .top_box .left_text {
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

.ser4BoxOne3 .item .top_box .left_text::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 16px;
    background: #ff0100;
    margin: 4px 8px 0 0;
    vertical-align: top;
}

.ser4BoxOne3 .item .top_box .More_btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.ser4BoxOne3 .item .top_box .More_btn:hover span,
.ser4BoxOne3 .item .top_box .More_btn:hover .iconfont {
    color: #d71918;
}

.ser4BoxOne3 .item .top_box .More_btn span {
    font-size: 16px;
    color: #888888;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ser4BoxOne3 .item .top_box .More_btn .iconfont {
    font-size: 18px;
    color: #888888;
    margin-top: 2px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ser4BoxOne3 .item .bottom_box {
    padding-top: 25px;
}

.ser4BoxOne3 .item .bottom_box a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 20px;
}

.ser4BoxOne3 .item .bottom_box a:hover .left_text::before {
    background: #ff0100;
}

.ser4BoxOne3 .item .bottom_box a:hover .left_text,
.ser4BoxOne3 .item .bottom_box a:hover .right_date {
    color: #ff0100;
}

.ser4BoxOne3 .item .bottom_box a .left_text {
    width: calc(100% - 100px);
    font-size: 16px;
    color: #666666;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ser4BoxOne3 .item .bottom_box a .left_text::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #666666;
    vertical-align: top;
    margin: 8px 6px 0 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ser4BoxOne3 .item .bottom_box a .right_date {
    width: 100px;
    font-size: 16px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ser4BoxOne4 {
    padding-top: 40px;
}

.ser3BoxOne3_01 {
    background: url(../images/service_faq_01.jpg) no-repeat center center / cover;
    padding: 40px 30px 30px 40px;
}

.ser3BoxOne3_01 .tt {
    font-weight: 700;
    font-size: 24px;
    color: #444444;
}

.ser3BoxOne3_01 .text {
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding: 14px 0 20px;
}

.ser3BoxOne3_01 .btn_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.ser3BoxOne3_01 .btn_box a {
    display: block;
    font-size: 18px;
    color: #fefefe;
    width: 260px;
    line-height: 44px;
    text-align: center;
    background: #ff0100;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ser3BoxOne3_01 .btn_box>a:nth-child(2) {
    margin-left: 30px;
}

.ser3BoxOne3_01 .btn_box a:hover {
    opacity: 0.7;
}

/* ~~~~~~~~~~~~~Service_faq,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Service_faq,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Service_faq,css~~~~~~~~~~~end */












/* ~~~~~~~~~~~~Service_fwwl,css */
/* ~~~~~~~~~~~~Service_fwwl,css */
/* ~~~~~~~~~~~~Service_fwwl,css */
.ser_fwBoxOne_w {
    padding: 50px 0 0;
}

.ser_fwBoxOne1 {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    text-align: center;
    padding-bottom: 30px;
}

.ser_fwBoxOne2 {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.ser_fwBoxOne2 img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ser_fwBoxOne2 img:hover {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.ser_fwBoxTwo_w {
    padding: 50px 0 0;
}

.ser_fwBoxTwo1 {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    text-align: center;
    padding-bottom: 50px;
}

.ser_fwBoxTwo2 {
    text-align: center;
}

.ser_fwBoxTwo2 img {
    max-width: 100%;
    max-height: 100%;
}

.ser_fwBoxThree_w {
    padding: 50px 0 0;
}

.ser_fwBoxThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ser_fwBoxThree1 .item {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ser_fwBoxThree1>.item:nth-child(4n) {
    margin-right: 0;
}

.ser_fwBoxThree1 .item:hover {
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.ser_fwBoxThree1 .item a {
    display: block;
    height: 100%;
    background: #f5f5f5;
    padding: 30px 10px 35px;
}

.ser_fwBoxThree1 .item a:hover .tt,
.ser_fwBoxThree1 .item a:hover .text {
    color: #ff0100;
}

.ser_fwBoxThree1 .item a .iconfont {
    font-size: 40px;
    color: #d71918;
    width: 62px;
    height: 62px;
    line-height: 62px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #d71918;
    background: #eec2c2;
}

.ser_fwBoxThree1 .item a .tt {
    font-weight: 700;
    font-size: 20px;
    color: #444444;
    text-align: center;
    padding-top: 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ser_fwBoxThree1 .item a .text {
    font-size: 14px;
    color: #999999;
    text-align: center;
    padding-top: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* ~~~~~~~~~~~~Service_fwwl,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~Service_fwwl,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~Service_fwwl,css~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~Service_wxby,css */
/* ~~~~~~~~~~~~~Service_wxby,css */
/* ~~~~~~~~~~~~~Service_wxby,css */
.ser_wxBoxOne_w {
    padding: 50px 0 60px;
}

.ser_wxBoxOne1 .item {
    margin-bottom: 35px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ser_wxBoxOne1 .item:hover {
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.ser_wxBoxOne1 .item:hover .ser_wxBoxOne1_02 .iconfont {
    background: #d10707;
}

.ser_wxBoxOne1_01 {
    padding-bottom: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.ser_wxBoxOne1_01 .iconfont {
    font-size: 26px;
    color: #0d0d0d;
    width: 45px;
}

.ser_wxBoxOne1_01 span {
    width: calc(100% - 45px);
    font-size: 22px;
    color: #333333;
}

.ser_wxBoxOne1_02 {
    background: #f5f5f5;
    padding: 25px 30px 25px 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.ser_wxBoxOne1_02 .iconfont {
    font-size: 22px;
    color: #ffffff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background: #333333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ser_wxBoxOne1_02 .right_text {
    width: calc(100% - 36px);
    padding: 6px 0 0 20px;
}

.ser_wxBoxOne1_02 .right_text .tt {
    font-size: 16px;
    color: #2a2f3d;
}

.ser_wxBoxOne1_02 .right_text .date {
    font-size: 16px;
    color: #999999;
    padding-top: 4px;
}

.ser_wxBoxOne1_02 .right_text .text {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    padding-top: 4px;
}

.ser_wxBoxOne2 {
    padding-top: 15px;
}

/* 公用分页 */
.public_paging {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.public_paging a {
    display: block;
    font-size: 16px;
    color: #666666;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 8px;
    border: 1px solid #e8e8e8;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.public_paging a.prev,
.public_paging a.next {
    width: 80px;
    background: #f5f5f5;
}

.public_paging a.hover {
    border: 1px solid #d71914;
    background: #d71914;
    color: #ffffff;
}

.public_paging a:hover {
    border: 1px solid #d71914;
    background: #d71914;
    color: #ffffff;
}

/* 公用分页~~~~~~~~~~~~~~~~~~~end */

.ser_wxBoxOne3 {
    padding-top: 40px;
}

/* ~~~~~~~~~~~~~Service_wxby,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Service_wxby,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Service_wxby,css~~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~Service_zppj,css */
/* ~~~~~~~~~~~~~~Service_zppj,css */
/* ~~~~~~~~~~~~~~Service_zppj,css */
.ser_zpBoxOne_w {
    padding: 60px 0 30px;
}

.ser_zpBoxOne1 {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    text-align: center;
    padding-bottom: 40px;
}

.ser_zpBoxOne2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.ser_zpBoxOne2 .item {
    font-size: 16px;
    color: #333333;
    width: 15.6%;
    height: 48px;
    line-height: 48px;
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    text-align: center;
    margin: 0 10px 20px;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.ser_zpBoxOne2 .item.hover {
    background: #ff0000;
    border: 1px solid #ff0000;
    color: #ffffff;
}

.ser_zpBoxOne2 .item:hover {
    background: #ff0000;
    border: 1px solid #ff0000;
    color: #ffffff;
}

.ser_zpBoxOne3_box {
    padding-top: 20px;
}

.ser_zpBoxOne3 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ser_zpBoxOne3 .item {
    width: calc((100% - 75px) / 4);
    margin-right: 25px;
    margin-bottom: 30px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ser_zpBoxOne3>.item:nth-child(4n) {
    margin-right: 0;
}

.ser_zpBoxOne3 .item:hover {
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.ser_zpBoxOne3 .item a {
    display: block;
}

.ser_zpBoxOne3 .item a:hover .bottom_text {
    color: #ff0100;
}

.ser_zpBoxOne3 .item a .img_box {
    height: 225px;
    border: 1px solid #eeeeee;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.ser_zpBoxOne3 .item a .img_box img {
    max-width: 100%;
    max-height: 100%;
}

.ser_zpBoxOne3 .item a .bottom_text {
    font-size: 16px;
    color: #333333;
    text-align: center;
    border: 1px solid #eeeeee;
    border-top: none;
    padding: 12px 10px 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ser_zpBoxTwo {
    background: url(../images/service_zppj_02.jpg) no-repeat center center / cover;
    margin-bottom: 60px;
}

.ser_zpBoxTwo_w {
    padding: 60px 0 60px;
}

.ser_zpBoxTwo1 {
    font-weight: 700;
    font-size: 34px;
    color: #333333;
    text-align: center;
}

.ser_zpBoxTwo2 {
    padding-top: 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.ser_zpBoxTwo2 a {
    display: block;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    width: 296px;
    line-height: 55px;
    background: #ff0000;
    margin: 0 15px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ser_zpBoxTwo2 a:hover {
    opacity: 0.7;
}

/* ~~~~~~~~~~~~~~Service_zppj,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Service_zppj,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Service_zppj,css~~~~~~~~~~~~~~end */












/* ~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~about,css */
.aboBoxOne_w {
    padding: 60px 0 40px;
}

.aboBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.aboBoxOne1 .item {
    width: 210px;
    margin: 0 9px 18px;
}

.aboBoxOne1 .item a {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 48px;
    text-align: center;
    border: 1px solid #999999;
    border-radius: 6px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboBoxOne1 .item a:hover {
    background: #ff0000;
    border: 1px solid #ff0000;
    color: #ffffff;
}

.aboBoxOne1 .item.hover a {
    background: #ff0000;
    border: 1px solid #ff0000;
    color: #ffffff;
}

.aboBoxTwo_w {
    padding: 0 0 30px;
}

.aboBoxTwo1 {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}

.aboBoxThree {
    background: url(../images/about_01.jpg) no-repeat center center / cover;
}

.aboBoxThree_w {
    padding: 60px 0 60px;
}

.aboBoxThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.aboBoxThree1 .item {
    width: 186px;
    height: 186px;
    border: 2px dashed #ffffff;
    border-radius: 50%;
    padding: 10px;
    margin: 0 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxThree1 .item:hover {
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.aboBoxThree1 .item .num_box {
    font-weight: 700;
    font-size: 50px;
    color: #ffffff;
}

.aboBoxThree1 .item .text {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.aboBoxFour_w {
    padding: 70px 0 70px;
}

.aboBoxFour1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.aboBoxFour1_L_box {
    width: 56.8%;
}

.aboBoxFour1_L_item {
    cursor: pointer;
}

.aboBoxFour1_L_item:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.aboBoxFour1_L_item .img_box {
    position: relative;
    border: 6px solid #333333;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.aboBoxFour1_L_item .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxFour1_L_item .img_box .iconfont {
    font-size: 90px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.aboBoxFour1_L_item .bottom_img img {
    width: 100%;
}

.aboBoxFour1_R_box {
    width: 43.2%;
    padding-left: 40px;
}

.aboBoxFour1_R_box .SubPage_public_title .tt_01 {
    text-align: left;
}

.aboBoxFour1_R_box .SubPage_public_title .line {
    margin: 0;
}

.aboBoxFour1_R_dl dd {
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.aboBoxFour1_R_dl dd .img_box {
    width: 43.4%;
    border: 3px solid transparent;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxFour1_R_dl dd .img_box img {
    width: 100%;
}

.aboBoxFour1_R_dl dd .right_text {
    width: 56.6%;
    padding-left: 20px;
}

.aboBoxFour1_R_dl dd .right_text .text_01 {
    font-size: 18px;
    color: #333333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxFour1_R_dl dd .right_text .text_02 {
    font-size: 16px;
    color: #666666;
    padding: 12px 0 12px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxFour1_R_dl dd .right_text .text_03 {
    font-size: 14px;
    color: #999999;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxFour1_R_dl dd.hover .img_box {
    border: 3px solid #ff0100;
}

.aboBoxFour1_R_dl dd.hover .right_text .text_01,
.aboBoxFour1_R_dl dd.hover .right_text .text_02,
.aboBoxFour1_R_dl dd.hover .right_text .text_03 {
    color: #ff0100;
}

.aboBoxFive {
    background: url(../images/about_04.jpg) no-repeat center center / cover;
}

.aboBoxFive_w {
    position: relative;
    height: 353px;
    padding: 30px 80px 30px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.aboBoxFive1 {
    position: absolute;
    left: 0;
    top: -22px;
    width: 280px;
    height: 395px;
    background: url(../images/about_05.png) no-repeat center top / 100% auto;
    padding: 55px 62px 0 10px;
}

.aboBoxFive1 .tt {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}

.aboBoxFive1 .img_box {
    padding: 4px 0 8px;
    text-align: center;
}

.aboBoxFive1 .img_box img {
    max-width: 100%;
}

.aboBoxFive1 .text {
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    text-align: center;
}

.aboBoxFive2 {
    width: calc(100% - 340px);
}

.aboBoxFive2_lunbo .item {
    border: 5px solid #616164;
}

.aboBoxFive2_lunbo .item img {
    width: 100%;
}

.aboBoxFive2_lunbo .owl-controls {
    display: none;
}

.aboBoxSix_w {
    padding: 60px 0 50px;
}

.aboBoxSix1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.aboBoxSix1_L {
    width: 46%;
    padding-right: 50px;
}

.aboBoxSix1_L .SubPage_public_title .tt_01 {
    text-align: left;
}

.aboBoxSix1_L .SubPage_public_title .line {
    margin: 0;
}

.aboBoxSix1_L .bottom_text {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
}

.aboBoxSix1_R {
    width: 54%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.aboBoxSix1_R img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxSix1_R img:hover {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.aboBoxSix2 {
    padding-top: 50px;
}

.aboBoxSix2 .tt_box {
    font-size: 26px;
    color: #ff0100;
    text-align: center;
    padding-bottom: 30px;
}

.aboBoxSix2_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboBoxSix2_01 .item {
    width: calc(100% / 4);
}

.aboBoxSix2_01 .item .round_box {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto;
}

.aboBoxSix2_01 .item .round_box .round_text {
    font-size: 20px;
    color: #ff3f3c;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.aboBoxSix2_01 .item .bottom_text {
    font-size: 14px;
    color: #444444;
    text-align: center;
    padding-top: 16px;
}

/* ~~~~~~~~~~~about,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~about,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~about,css~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~about_bdyx,css */
/* ~~~~~~~~~~~~~~about_bdyx,css */
/* ~~~~~~~~~~~~~~about_bdyx,css */
.abo_bdBoxOne_w {
    padding: 50px 0 0;
}

.abo_bdBoxOne1 .item {
    border: 1px solid #eeeeee;
    padding: 20px 30px 15px;
    margin-bottom: 60px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo_bdBoxOne1 .item:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.abo_bdBoxOne1_01 {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.abo_bdBoxOne1_01 .click_arrow {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 20px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top-color: #d10707;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo_bdBoxOne1_01 .click_arrow.active {
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.abo_bdBoxOne1_01 .iconfont {
    width: 45px;
    font-size: 40px;
    color: #ff0100;
}

.abo_bdBoxOne1_01 span {
    width: calc(100% - 45px);
    font-size: 24px;
    color: #333333;
    padding: 6px 0 0 0;
}

.vidBoxOne2_list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.vidBoxOne2_list .left_video {
    width: 42.5%;
}

.vidPage_video_item {
    cursor: pointer;
}

.vidPage_video_item:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.vidPage_video_item:hover .bottom_text .text_01 {
    color: #ff0100;
}

.vidPage_video_item .img_box {
    position: relative;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.vidPage_video_item .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.vidPage_video_item .img_box .time {
    font-weight: 700;
    font-size: 12px;
    color: #666666;
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 46px;
    line-height: 20px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    border-radius: 2px;
}

.vidPage_video_item .img_box .iconfont {
    font-size: 60px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vidBoxOne2_list .right_video .vidPage_video_item .img_box .iconfont {
    font-size: 40px;
}

.vidPage_video_item .bottom_text {
    padding: 8px 0 0;
}

.vidPage_video_item .bottom_text .text_01 {
    font-size: 14px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.vidPage_video_item .bottom_text .text_02 {
    font-size: 14px;
    color: #999999;
    padding-top: 2px;
}

.vidBoxOne2_list .right_video {
    width: 55.6%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vidBoxOne2_list .right_video > .vidPage_video_item:nth-child(n + 7) {
    display: none;
}

.vidBoxOne2_list .right_video.more_video > .vidPage_video_item:nth-child(n + 7) {
    display: block;
}

.vidBoxOne2_list .right_video .vidPage_video_item {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
    margin-bottom: 16px;
}

.vidBoxOne2_list .right_video>.vidPage_video_item:nth-child(3n) {
    margin-right: 0;
}

/* ~~~~~~~~~~~~~~about_bdyx,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~about_bdyx,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~about_bdyx,css~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~about_lxwm,css */
/* ~~~~~~~~~~~~about_lxwm,css */
/* ~~~~~~~~~~~~about_lxwm,css */
.abo_lxBoxOne_w {
    padding: 60px 0 0;
}

.abo_lxBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.abo_lxBoxOne1 .item {
    width: calc((100% - 25px) / 2);
    margin-bottom: 25px;
    background: #f5f5f5;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo_lxBoxOne1 .item:hover {
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.abo_lxBoxOne1 .item .icon_box {
    width: 175px;
    height: 175px;
    background: #f0f0f0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.abo_lxBoxOne1 .item .icon_box .iconfont {
    font-size: 50px;
    color: #5b5b5b;
}

.abo_lxBoxOne1 .item .icon_box .text {
    font-size: 18px;
    color: #888888;
    padding-top: 15px;
}

.abo_lxBoxOne1 .item .right_text {
    width: calc(100% - 175px);
    font-size: 16px;
    color: #666666;
    padding: 0 20px 0 8%;
}

.abo_lxBoxOne1 .item .right_text a {
    display: block;
    font-size: 18px;
    color: #666666;
    padding: 8px 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo_lxBoxOne1 .item .right_text a:hover {
    text-decoration: underline;
    color: #ff0100;
}

.abo_lxBoxOne2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.abo_lxBoxOne2 .item {
    width: calc((100% - 75px) / 4);
    margin-right: 25px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo_lxBoxOne2 .item:hover {
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.abo_lxBoxOne2 > .item:nth-child(4n) {
    margin-right: 0;
}

.abo_lxBoxOne2 .item a {
    display: block;
    height: 100%;
    background: #f5f5f5;
    padding: 35px 10px 35px;
}

.abo_lxBoxOne2 .item a .iconfont {
    font-size: 50px;
    color: #878787;
    text-align: center;
}

.abo_lxBoxOne2 .item a .text {
    font-size: 16px;
    color: #666666;
    text-align: center;
    padding-top: 15px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo_lxBoxOne2 .item a .text:hover {
    color: #ff0100;
    text-decoration: underline;
}

.abo_lxBoxTwo_w {
    padding: 60px 0 60px;
}

.abo_lxBoxTwo1 {
    font-size: 14px;
    color: #999999;
    text-align: center;
    padding-bottom: 25px;
}

.abo_lxBoxTwo2_form_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.abo_lxBoxTwo2_form_01 .L_R_box {
    width: calc((100% - 50px) / 2);
}

.abo_lxBoxTwo2_form_01 .L_R_box .item {
    margin-bottom: 25px;
}

.abo_lxBoxTwo2_form_01 .L_R_box .item select {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 16px;
    color: #999999;
    width: 100%;
    height: 55px;
    outline: none;
    background: none;
    border: 1px solid #eeeeee;
    padding: 0 10px 0 15px;
    cursor: pointer;
}

.abo_lxBoxTwo2_form_01 .L_R_box .item input {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 16px;
    color: #666666;
    width: 100%;
    height: 55px;
    outline: none;
    background: none;
    border: 1px solid #eeeeee;
    padding: 0 10px 0 15px;
}

.abo_lxBoxTwo2_form_01 .L_R_box .item textarea {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 16px;
    color: #666666;
    width: 100%;
    height: 135px;
    outline: none;
    background: none;
    resize: none;
    border: 1px solid #eeeeee;
    padding: 15px 10px 15px 15px;
}

.abo_lxBoxTwo2_form_01 .L_R_box .item ::-webkit-input-placeholder {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 16px;
    color: #999999;
}

.abo_lxBoxTwo2_form_02 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.abo_lxBoxTwo2_form_02 button {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 18px;
    width: 260px;
    height: 44px;
    outline: none;
    cursor: pointer;
    background: none;
    margin: 0 25px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo_lxBoxTwo2_form_02 > button:nth-child(1) {
    background: #ff0100;
    border: 1px solid #ff0100;
    color: #ffffff;
}

.abo_lxBoxTwo2_form_02 > button:nth-child(2) {
    border: 1px solid #ff100f;
    color: #ff100f;
}

.abo_lxBoxTwo2_form_02 button:hover {
    opacity: 0.7;
}

.abo_lxBoxThree img {
    width: 100%;
}

/* ~~~~~~~~~~~~about_lxwm,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~about_lxwm,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~about_lxwm,css~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~about_qynj,css */
/* ~~~~~~~~~~~~~~about_qynj,css */
/* ~~~~~~~~~~~~~~about_qynj,css */
.abo_qyBoxOne_w {
    padding: 50px 0 30px;
}

.abo_qyBoxOne1 {
    padding-bottom: 20px;
}

.abo_qyBoxOne2_item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.abo_qyBoxOne2_item_L {
    width: 64.3%;
}

.abo_qyBoxOne2_item_L .big_tt_box {
    padding-bottom: 45px;
}

.abo_qyBoxOne2_item_L .big_tt_box .tt_01 {
    font-size: 48px;
    color: #ff0100;
}

.abo_qyBoxOne2_item_L .big_tt_box .tt_02 {
    font-size: 24px;
    color: #333333;
    padding-top: 8px;
}

.abo_qyBoxOne2_item_L_dl .item {
    padding-bottom: 40px;
}

.abo_qyBoxOne2_item_L_dl .item .date_tt {
    font-size: 28px;
    color: #333333;
    padding-bottom: 15px;
}

.abo_qyBoxOne2_item_L_dl .item .item_content .text {
    font-size: 16px;
    color: #999999;
    line-height: 32px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.abo_qyBoxOne2_item_L_dl .item .item_content .text div {
    width: 50px;
}

.abo_qyBoxOne2_item_L_dl .item .item_content .text span {
    width: calc(100% - 50px);
}

.abo_qyBoxOne2_item_R {
    width: 30.4%;
}

.abo_qyBoxOne2_item_R .img_box {
    margin-bottom: 20px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.abo_qyBoxOne2_item_R .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo_qyBoxOne2_item_R .img_box img:hover {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

/* ~~~~~~~~~~~~~~about_qynj,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~about_qynj,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~about_qynj,css~~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~about_rlzy,css */
/* ~~~~~~~~~~~~about_rlzy,css */
/* ~~~~~~~~~~~~about_rlzy,css */
.abo_rlBoxOne_w {
    padding: 50px 0 0;
}

.abo_rlBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.abo_rlBoxOne1_L {
    width: 32%;
}

.about_rlzy_public_item:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.about_rlzy_public_item .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.about_rlzy_public_item .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.about_rlzy_public_item .bottom_box {
    background: #fafafa;
    padding: 25px 20px 25px 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.about_rlzy_public_item .bottom_box .text_box {
    padding-bottom: 36px;
}

.about_rlzy_public_item .bottom_box .text_box .text_01 {
    font-size: 24px;
    color: #ff0100;
}

.about_rlzy_public_item .bottom_box .text_box .text_02 {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    padding-top: 12px;
}

.about_rlzy_public_item .bottom_box .line {
    width: 100px;
    height: 2px;
    background: #ff0100;
}

.abo_rlBoxOne1_R {
    width: 66.5%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.abo_rlBoxOne1_R .about_rlzy_public_item .img_box {
    width: 50%;
}

.abo_rlBoxOne1_R .about_rlzy_public_item .bottom_box {
    width: 50%;
}

.abo_rlBoxOne1_R > .about_rlzy_public_item:nth-child(1) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.abo_rlBoxOne1_R > .about_rlzy_public_item:nth-child(2) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.abo_rlBoxOne1_L .about_rlzy_public_item .bottom_box {
    padding: 50px 20px 35px 20px;
}

/* ~~~~~~~~~~~~about_rlzy,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~about_rlzy,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~about_rlzy,css~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~about_rydt,css */
/* ~~~~~~~~~~~~about_rydt,css */
/* ~~~~~~~~~~~~about_rydt,css */
.abo_ryBoxOne_w {
    padding: 50px 0 50px;
}

.abo_ryBoxOne1 {
    padding-bottom: 22px;
}

.abo_ryBoxOne2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.abo_ryBoxOne2 .item {
    width: calc((100% - 150px) / 4);
    margin-right: 50px;
    margin-bottom: 50px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo_ryBoxOne2 .item:hover {
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.abo_ryBoxOne2 > .item:nth-child(4n) {
    margin-right: 0;
}

.abo_ryBoxOne2 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.abo_ryBoxOne2 .item a img {
    border: 1px solid #999999;
    max-width: 100%;
    max-height: 350px;
}

.abo_ryBoxOne2 .item a .bottom_text {
    font-size: 16px;
    color: #333333;
    width: 100%;
    padding-top: 10px;
    text-align: center;
}

.abo_ryBoxOne3 {
    padding-top: 10px;
}

/* ~~~~~~~~~~~~about_rydt,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~about_rydt,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~about_rydt,css~~~~~~~~~~~~~end */












/* ~~~~~~~~~~~~Solution,css */
/* ~~~~~~~~~~~~Solution,css */
/* ~~~~~~~~~~~~Solution,css */
.solBoxOne_w {
    padding: 50px 0 35px;
}

.solBoxOne1 {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    text-align: center;
}

.solBoxTwo {
    background: url(../images/solution_01.jpg) no-repeat center center / cover;
}

.solBoxTwo_w {
    padding: 50px 0 130px;
}

.solBoxTwo1 {
    width: 58%;
}

.solBoxTwo1 .tt_box {
    padding-bottom: 30px;
}

.solBoxTwo1 .tt_box .tt_01 {
    font-size: 34px;
    color: #333333;
}

.solBoxTwo1 .tt_box .tt_02 {
    font-size: 16px;
    color: #666666;
    padding-top: 4px;
}

.solBoxTwo1_dl {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.solBoxTwo1_dl .item {
    width: calc((100% - 70px) / 3);
    margin-right: 35px;
    margin-bottom: 35px;
}

.solBoxTwo1_dl > .item:nth-child(3n) {
    margin-right: 0;
}

.solBoxTwo1_dl .item a {
    display: block;
    font-size: 16px;
    color: #666666;
    height: 50px;
    line-height: 50px;
    border: 1px solid #cccccc;
    text-align: center;
    border-radius: 6px;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.solBoxTwo1_dl .item a:hover {
    border: 1px solid #fe0000;
    color: #fe0000;
}

.solBoxTwo1_dl > .item:nth-last-child(1) {
    width: calc((100% - 35px) / 2);
    margin: 0 0 0 35px;
}

.solBoxTwo1_dl > .item:nth-last-child(2) {
    width: calc((100% - 35px) / 2);
    margin: 0;
}

.solBoxThree_w {
    padding: 60px 0 60px;
}

.solBoxThree1 {
    font-size: 16px;
    color: #999999;
    text-align: center;
    padding-bottom: 30px;
}

.solBoxFour {
    background: #efeff1;
}

.solBoxFour_w {
    padding: 60px 0 60px;
}

.solBoxFour1 {
    font-size: 16px;
    color: #999999;
    text-align: center;
    padding-bottom: 30px;
}

.solBoxFour2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.solBoxFour2 .item {
    width: calc((100% - 128px) / 4);
    margin-right: 42px;
}

.solBoxFour2 > .item:nth-child(4n) {
    margin-right: 0;
}

.solBoxFour2 .item a {
    display: block;
    position: relative;
}

.solBoxFour2 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.solBoxFour2 .item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.solBoxFour2 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.solBoxFour2 .item a .bottom_text {
    font-size: 22px;
    color: #333333;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(217,217,217,0.76);
    padding: 20px 10px 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

/* ~~~~~~~~~~~~Solution,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~Solution,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~Solution,css~~~~~~~~~~~~~end */













/* ~~~~~~~~~~~solution_detail,css */
/* ~~~~~~~~~~~solution_detail,css */
/* ~~~~~~~~~~~solution_detail,css */
.sol_deBoxOne_w {
    padding: 40px 0 40px;
}

.sol_deBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.sol_deBoxOne1_L {
    width: 48.6%;
}

.sol_deBoxOne1_L_lunbo .item img {
    width: 100%;
}

.sol_deBoxOne1_L_lunbo .owl-controls {
    position: absolute;
    bottom: 2px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.sol_deBoxOne1_R {
    width: 48.6%;
    background: #f5f5f5;
    padding: 20px 20px 20px 25px;
}

.sol_deBoxOne1_R_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sol_deBoxOne1_R_01 .img_box {
    width: 98px;
    margin-right: 25px;
}

.sol_deBoxOne1_R_01 .img_box img {
    width: 100%;
}

.sol_deBoxOne1_R_01 .right_box {
    width: calc(100% - 98px - 25px);
    border-bottom: 1px solid #999999;
}

.sol_deBoxOne1_R_01 .right_box .tt {
    font-size: 30px;
    color: #333333;
}

.sol_deBoxOne1_R_01 .right_box .text {
    font-size: 20px;
    color: #999999;
    padding-top: 8px;
}

.sol_deBoxOne2 {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    padding-top: 20px;
}

.sol_deBoxTwo_w {
    padding: 0 0 60px;
}

/* ~~~~~~~~~~~solution_detail,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~solution_detail,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~solution_detail,css~~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~solution_list,css */
/* ~~~~~~~~~~~~solution_list,css */
/* ~~~~~~~~~~~~solution_list,css */
.sol_liBoxOne_w {
    padding: 50px 0 0;
}

.sol_liBoxOne1 {
    padding-bottom: 40px;
}

.sol_liBoxOne2 {
    padding-top: 30px;
}

/* ~~~~~~~~~~~~solution_list,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~solution_list,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~solution_list,css~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~solution_fapz,css */
/* ~~~~~~~~~~~~~~solution_fapz,css */
/* ~~~~~~~~~~~~~~solution_fapz,css */
.sol_faBoxOne_w {
    padding: 60px 0 0;
}

.sol_faBoxOne1 {
    padding-bottom: 20px;
}

.sol_faBoxOne2_item {
    padding: 0 0 22px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.sol_faBoxOne2_item .L_text {
    width: 90px;
    font-size: 16px;
    color: #999999;
}

.sol_faBoxOne2_item_dl {
    width: calc(100% - 70px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sol_faBoxOne2_item_dl dd {
    padding-right: 25px;
    margin-bottom: 20px;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.sol_faBoxOne2_item_dl dd .iconfont {
    font-size: 22px;
    color: transparent;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #999999;
    border-radius: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sol_faBoxOne2_item_dl dd span {
    font-size: 16px;
    color: #333333;
    padding: 1px 0 0 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sol_faBoxOne2_item_dl dd.hover .iconfont {
    color: #d30909;
}

.sol_faBoxOne2_item_dl dd.hover span {
    color: #d30909;
}

/* ~~~~~~~~~~~~~~solution_fapz,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~solution_fapz,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~solution_fapz,css~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~solution_sycj,css */
/* ~~~~~~~~~~~~~solution_sycj,css */
/* ~~~~~~~~~~~~~solution_sycj,css */
.sol_syBoxOne_w {
    padding: 50px 0 0;
}

.sol_syBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sol_syBoxOne1 .item {
    width: calc((100% - 86px) / 3);
    margin-right: 43px;
    margin-bottom: 40px;
}

.sol_syBoxOne1 > .item:nth-child(3n) {
    margin-right: 0;
}

.sol_syBoxOne1 .item a {
    display: block;
    position: relative;
}

.sol_syBoxOne1 .item a:hover .text_box {
    background: none;
    color: #ffffff;
}

.sol_syBoxOne1 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.sol_syBoxOne1 .item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.sol_syBoxOne1 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sol_syBoxOne1 .item a .text_box {
    font-size: 40px;
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(238,238,238,0.7);
    padding: 10px;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* ~~~~~~~~~~~~~solution_sycj,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~solution_sycj,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~solution_sycj,css~~~~~~~~~~~~end */













/* ~~~~~~~~~~~solution_sycj_detail,css */
/* ~~~~~~~~~~~solution_sycj_detail,css */
/* ~~~~~~~~~~~solution_sycj_detail,css */
.sol_de2BoxOne_w {
    padding: 60px 0 60px;
}

.sol_de2BoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sol_de2BoxOne1_L {
    width: 59%;
    border: 1px solid #bbbbbb;
    padding: 35px 25px 10px;
}

.sol_de2BoxOne1_L .big_tt {
    font-size: 34px;
    color: #333333;
    padding-bottom: 20px;
}

.sol_de2BoxOne1_L_dl {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sol_de2BoxOne1_L_dl .item {
    width: calc(100% / 3);
    padding: 0 10px 40px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sol_de2BoxOne1_L_dl .item:hover {
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.sol_de2BoxOne1_L_dl .item a {
    display: block;
}

.sol_de2BoxOne1_L_dl .item a:hover .bottom_text {
    color: #ff0100;
}

.sol_de2BoxOne1_L_dl .item a .round_box {
    width: 144px;
    height: 144px;
    margin: 0 auto;
    border-radius: 50%;
    background: #eeeeee;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

.sol_de2BoxOne1_L_dl .item a .round_box img {
    max-width: none;
    height: 100%;
    max-height: 100%;
}

.sol_de2BoxOne1_L_dl .item a .bottom_text {
    font-size: 14px;
    color: #666666;
    text-align: center;
    padding-top: 8px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sol_de2BoxOne1_R {
    width: 41%;
    background: #ff0100;
    padding: 35px 20px 30px 25px;
}

.sol_de2BoxOne1_R .tt_box {
    padding-bottom: 30px;
}

.sol_de2BoxOne1_R .tt_box .tt_01 {
    font-size: 34px;
    color: #ffffff;
}

.sol_de2BoxOne1_R .tt_box .tt_02 {
    font-size: 20px;
    color: #ffffff;
    padding-top: 8px;
}

.sol_de2BoxOne1_R_dl .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.sol_de2BoxOne1_R_dl .item .text {
    width: 190px;
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 35px;
    border-right: 1px solid #ffffff;
}

.sol_de2BoxOne1_R_dl .item .right_box {
    width: calc(100% - 190px);
}

.sol_de2BoxOne1_R_dl .item .right_box div {
    font-size: 14px;
    color: #ff0100;
    text-align: right;
    height: 35px;
    line-height: 35px;
    background: #ffffff;
    padding-right: 5px;
}

.sol_de2BoxOne1_R_dl > .item:last-child .text {
    padding-bottom: 0;
}

.sol_de2BoxTwo {
    background: url(../images/sol_sycj_det_05.jpg) no-repeat center center / cover;
}

.sol_de2BoxTwo_w {
    padding: 50px 0 80px;
}

.sol_de2BoxTwo_w .SubPage_public_title .tt_01 {
    color: #ffffff;
}

.sol_de2BoxTwo_w .SubPage_public_title .line {
    background: #ffffff;
}

.sol_de2BoxTwo1 {
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    text-align: center;
}

.sol_de2BoxThree_w {
    padding: 60px 0 0;
}

.sol_de2BoxThree1 {
    font-size: 16px;
    color: #999999;
    text-align: center;
    padding-bottom: 30px;
}

/* ~~~~~~~~~~~solution_sycj_detail,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~solution_sycj_detail,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~solution_sycj_detail,css~~~~~~~~~~~~~end */













/* ~~~~~~~~~~~solution_zdyy,css */
/* ~~~~~~~~~~~solution_zdyy,css */
/* ~~~~~~~~~~~solution_zdyy,css */
.sol_zdBoxOne_w {
    padding: 50px 0 20px;
}

.sol_zdBoxOne1 {
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
}

.sol_zdBoxOne2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.sol_zdBoxOne2 .item {
    width: calc((100% - 40px) / 2);
    margin-bottom: 40px;
}

.sol_zdBoxOne2 .item a {
    display: block;
}

.sol_zdBoxOne2 .item a:hover .bottom_box {
    color: #ff0100;
}

.sol_zdBoxOne2 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.sol_zdBoxOne2 .item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.sol_zdBoxOne2 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sol_zdBoxOne2 .item a .bottom_box {
    font-size: 24px;
    color: #333333;
    height: 60px;
    line-height: 60px;
    border: 1px solid #bbbbbb;
    margin-top: 20px;
    padding: 0 10px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* ~~~~~~~~~~~solution_zdyy,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~solution_zdyy,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~solution_zdyy,css~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~~news,css */
.newBoxOne_w {
    padding: 60px 0 40px;
}

.newBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.newBoxOne1_L {
    width: 47.6%;
}

.newBoxOne1_L_lunbo .item a {
    display: block;
}

.newBoxOne1_L_lunbo .item a img {
    width: 100%;
}

.newBoxOne1_L_lunbo .owl-controls {
    position: absolute;
    bottom: 2px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.newBoxOne1_R {
    width: 49%;
}

.newBoxOne1_R_dl .item {
    margin-bottom: 30px;
}

.newBoxOne1_R_dl .item a {
    display: block;
}

.newBoxOne1_R_dl .item a:hover .tt {
    color: #ff0100;
}

.newBoxOne1_R_dl .item a:hover .date,
.newBoxOne1_R_dl .item a:hover .text {
    color: #333333;
}

.newBoxOne1_R_dl .item a .tt {
    font-size: 28px;
    color: #999999;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.newBoxOne1_R_dl .item a .date {
    font-size: 14px;
    color: #999999;
    padding-top: 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxOne1_R_dl .item a .text {
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    padding-top: 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newBoxTwo1 {
    padding-bottom: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.newBoxTwo1_L {
    width: 44%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.newBoxTwo1_L .item:hover a {
    color: #333333;
}

.newBoxTwo1_L .item:hover a .line {
    background: #000000;
    border-right: 56px solid #cd0909;
}

.newBoxTwo1_L .item a {
    display: block;
    font-size: 28px;
    color: #999999;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxTwo1_L .item a .line {
    width: 112px;
    height: 2px;
    background: #cecece;
    margin-top: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxTwo1_L .item.hover a {
    color: #333333;
}

.newBoxTwo1_L .item.hover a .line {
    background: #000000;
    border-right: 56px solid #cd0909;
}

.newBoxTwo1_R {
    width: 52%;
    border-bottom: 2px solid #cecece;
}

.newBoxTwo1_R a {
    display: block;
    font-size: 16px;
    color: #999999;
    padding: 10px 0 0;
    text-align: right;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxTwo1_R a:hover {
    color: #ff0100;
}

.newBoxTwo2_item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.newBoxTwo2_item .item {
    width: calc((100% - 60px) / 2);
    margin-bottom: 20px;
}

.newBoxTwo2_item .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.newBoxTwo2_item .item a:hover .right_box .tt {
    color: #ff0100;
}

.newBoxTwo2_item .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.newBoxTwo2_item .item a .img_box {
    width: 34.9%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.newBoxTwo2_item .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxTwo2_item .item a .right_box {
    width: 65.1%;
    padding-left: 25px;
}

.newBoxTwo2_item .item a .right_box .tt {
    font-size: 18px;
    color: #333333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxTwo2_item .item a .right_box .date {
    font-size: 14px;
    color: #999999;
    padding-top: 10px;
}

.newBoxTwo2_item .item a .right_box .text {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* ~~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~news_hyxw,css */
/* ~~~~~~~~~~~~~~news_hyxw,css */
/* ~~~~~~~~~~~~~~news_hyxw,css */
.new_hyBoxOne_w {
    padding: 50px 0 0;
}

.new_hyBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.new_hyBoxOne1 .item {
    width: calc((100% - 56px) / 3);
    margin-right: 28px;
    margin-bottom: 30px;
}

.new_hyBoxOne1 > .item:nth-child(3n) {
    margin-right: 0;
}

.new_hyBoxOne1 .item a {
    display: block;
    height: 100%;
    border: 1px solid #999999;
    padding: 45px 9% 30px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_hyBoxOne1 .item a:hover {
    border: 1px solid #ff0000;
}

.new_hyBoxOne1 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.new_hyBoxOne1 .item a:hover .bottom_box .btn_box {
    background: #d71514;
    border: 1px solid #d71514;
    color: #ffffff;
}

.new_hyBoxOne1 .item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.new_hyBoxOne1 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_hyBoxOne1 .item a .bottom_box .tt {
    font-size: 28px;
    color: #333333;
    text-align: center;
    padding-top: 35px;
}

.new_hyBoxOne1 .item a .bottom_box .text {
    font-size: 16px;
    color: #666666;
    text-align: center;
    padding: 15px 0 30px;
}

.new_hyBoxOne1 .item a .bottom_box .btn_box {
    font-size: 16px;
    color: #999999;
    width: 140px;
    line-height: 44px;
    margin: 0 auto;
    border: 1px solid #999999;
    border-radius: 3px;
    text-align: center;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.new_hyBoxOne2 {
    padding-top: 15px;
}

/* ~~~~~~~~~~~~~~news_hyxw,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~news_hyxw,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~news_hyxw,css~~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~news_jswz,css */
/* ~~~~~~~~~~~~~news_jswz,css */
/* ~~~~~~~~~~~~~news_jswz,css */
.new_jsBoxOne_w {
    padding: 50px 0 0;
}

.new_jsBoxOne1 {
    padding-bottom: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_jsBoxOne1_L {
    width: 59%;
}

.new_jsBoxOne1_L a {
    display: block;
}

.new_jsBoxOne1_L a:hover .btn_box {
    background: #ff0100;
    border: 1px solid #ff0100;
    color: #ffffff;
}

.new_jsBoxOne1_L a .tt {
    font-size: 36px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.new_jsBoxOne1_L a .date {
    font-size: 14px;
    color: #999999;
    padding-top: 16px;
}

.new_jsBoxOne1_L a .text {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    padding-top: 10px;
}

.new_jsBoxOne1_L a .btn_box {
    font-size: 14px;
    color: #666666;
    width: 140px;
    line-height: 44px;
    border: 1px solid #cccccc;
    text-align: center;
    margin-top: 50px;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.new_jsBoxOne1_R {
    width: 38%;
}

.new_jsBoxOne1_R a {
    display: block;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.new_jsBoxOne1_R a:hover img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.new_jsBoxOne1_R a img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_jsBoxOne2 {
    border-top: 1px solid #cccccc;
}

.new_jsBoxOne2 .item {
    border: 1px solid #cccccc;
    border-top: none;
}

.new_jsBoxOne2 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 45px 50px 45px;
}

.new_jsBoxOne2 .item a:hover .right_box .tt {
    color: #ff0100;
}

.new_jsBoxOne2 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.new_jsBoxOne2 .item a .img_box {
    width: 27%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.new_jsBoxOne2 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_jsBoxOne2 .item a .right_box {
    width: 73%;
    padding-left: 40px;
}

.new_jsBoxOne2 .item a .right_box .tt {
    font-size: 30px;
    color: #333333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_jsBoxOne2 .item a .right_box .date {
    font-size: 14px;
    color: #999999;
    padding-top: 18px;
}

.new_jsBoxOne2 .item a .right_box .text {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    padding-top: 6px;
}

.new_jsBoxOne3 {
    padding-top: 40px;
}

/* ~~~~~~~~~~~~~news_jswz,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~news_jswz,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~news_jswz,css~~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~news_detail,css */
/* ~~~~~~~~~~~~news_detail,css */
/* ~~~~~~~~~~~~news_detail,css */
.new_deBoxOne_w {
    padding: 50px 0 0;
}

.new_deBoxOne1 {
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.new_deBoxOne1 .big_tt {
    font-size: 30px;
    color: #333333;
    text-align: center;
}

.new_deBoxOne1 .date_box {
    padding-top: 12px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.new_deBoxOne1 .date_box .iconfont {
    font-size: 16px;
    color: #999999;
    padding: 3px 6px 0 0;
}

.new_deBoxOne1 .date_box span {
    font-size: 16px;
    color: #888888;
}

.new_deBoxOne2 {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding: 40px 0 40px;
}

.new_deBoxOne3 {
    border: 1px solid #dcdcdc;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.new_deBoxOne3 .prev_next_page {
    font-size: 18px;
    color: #333333;
    width: calc((100% - 170px) / 2);
    padding: 26px 20px 26px 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new_deBoxOne3 .prev_next_page a {
    color: #333333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_deBoxOne3 .prev_next_page a:hover {
    color: #ff0100;
}

.new_deBoxOne3 .back_list_btn {
    width: 170px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}

.new_deBoxOne3 .back_list_btn a {
    display: block;
    font-size: 18px;
    color: #333333;
    padding: 26px 10px;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_deBoxOne3 .back_list_btn a:hover {
    color: #ffffff;
    background: #ff0100;
}

/* ~~~~~~~~~~~~news_detail,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~news_detail,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~news_detail,css~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~news_xmth,css */
/* ~~~~~~~~~~~~news_xmth,css */
/* ~~~~~~~~~~~~news_xmth,css */
.new_xmBoxOne_w {
    padding: 50px 0 0;
}

.new_xmBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.new_xmBoxOne1 .item {
    width: calc((100% - 84px) / 3);
    margin-right: 42px;
    margin-bottom: 40px;
}

.new_xmBoxOne1 > .item:nth-child(3n) {
    margin-right: 0;
}

.new_xmBoxOne1 .item a {
    display: block;
    height: 100%;
    border: 1px solid #eeeeee;
    padding: 20px 20px 25px;
}

.new_xmBoxOne1 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.new_xmBoxOne1 .item a:hover .btn_box {
    color: #ff0100;
}

.new_xmBoxOne1 .item a .tt {
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.new_xmBoxOne1 .item a .date {
    font-size: 14px;
    color: #999999;
    padding: 10px 0 15px;
}

.new_xmBoxOne1 .item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.new_xmBoxOne1 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_xmBoxOne1 .item a .text {
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    padding-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.new_xmBoxOne1 .item a .btn_box {
    font-size: 16px;
    color: #333333;
    padding-top: 35px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_xmBoxOne2 {
    padding-top: 10px;
}

/* ~~~~~~~~~~~~news_xmth,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~news_xmth,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~news_xmth,css~~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~application,css */
/* ~~~~~~~~~~~~application,css */
/* ~~~~~~~~~~~~application,css */
.appBoxOne_w {
    padding: 0 0 50px;
}

.appBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.appBoxOne1_L {
    width: 33%;
}

.appBoxOne1_L a {
    display: block;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.appBoxOne1_L a:hover img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.appBoxOne1_L a img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.appBoxOne1_R {
    width: 67%;
    padding-left: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.appBoxOne1_R .item {
    width: calc((100% - 30px) / 2);
    margin-bottom: 30px;
}

.appBoxOne1_R .item a {
    display: block;
}

.appBoxOne1_R .item a:hover .tt {
    color: #ff0100;
}

.appBoxOne1_R .item a .tt {
    font-size: 22px;
    color: #333333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.appBoxOne1_R .item a .date {
    font-size: 14px;
    color: #999999;
    padding-top: 10px;
}

.appBoxOne1_R .item a .text {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* ~~~~~~~~~~~~application,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~application,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~application,css~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~application_lshb,css */
/* ~~~~~~~~~~~~application_lshb,css */
/* ~~~~~~~~~~~~application_lshb,css */
.app_lsBoxOne_w {
    padding: 50px 0 60px;
}

.app_lsBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.app_lsBoxOne1_L {
    width: 51.5%;
}

.app_lsBoxOne1_L a {
    display: block;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.app_lsBoxOne1_L a:hover img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.app_lsBoxOne1_L a img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.app_lsBoxOne1_R {
    width: 48.5%;
    padding: 0 0 0 20px;
}

.app_lsBoxOne1_R .tt {
    font-size: 34px;
    color: #333333;
    padding: 0 0 20px 6%;
}

.app_lsBoxTwo_w {
    padding: 50px 0 0;
}

/* ~~~~~~~~~~~~application_lshb,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~application_lshb,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~application_lshb,css~~~~~~~~~~~~~end */






.index_poster_text .poster_text_w {
    text-align: center;
    padding: 20px 0 20px;
    background: url(../images/haibao_text.jpg) no-repeat center center / cover;
}

.index_poster_text .poster_text_w .text_01 {
    font-size: 24px;
    color: #333333;
}

.index_poster_text .poster_text_w .text_02 {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    padding-top: 10px;
}

.index_poster_text .poster_text_w .btn_box {
    padding-top: 15px;
}

.index_poster_text .poster_text_w .btn_box a {
    display: block;
    font-size: 16px;
    color: #fefefe;
    text-align: center;
    width: 170px;
    line-height: 40px;
    margin: 0 auto;
    background: #ff0000;
    border-radius: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.index_poster_text .poster_text_w .btn_box a:hover {
    opacity: 0.7;
}

.pro_deBoxTwo_w {
    height: 80px;
}


.pro_deBoxTwo1_L .item.hover a::after {
    width: 100%;
}

















/* ~~~~~~~~~~~~~~quanqiuzhandian,css */
/* ~~~~~~~~~~~~~~quanqiuzhandian,css */
/* ~~~~~~~~~~~~~~quanqiuzhandian,css */
.Global_BoxOne_w {
    padding: 40px 0 0;
}

.Global_site_title {
    font-weight: 700;
    font-size: 20px;
    color: #333333;
    padding-bottom: 15px;
}

.Global_BoxOne1 {
    padding-bottom: 25px;
}

.Global_BoxOne1_item .item_title {
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    padding-bottom: 15px;
}

.Global_BoxOne1_dl {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.Global_BoxOne1_dl .item {
    width: calc((100% - 100px) / 5);
    margin-right: 25px;
    margin-bottom: 15px;
}

.Global_BoxOne1_dl>.item:nth-child(5n) {
    margin-right: 0;
}

.Global_BoxOne1_dl .item a {
    display: block;
}

.Global_BoxOne1_dl .item a:hover .bottom_text {
    color: #ff0000;
}

.Global_BoxOne1_dl .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.Global_BoxOne1_dl .item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.Global_BoxOne1_dl .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.Global_BoxOne1_dl .item a .bottom_text {
    font-size: 14px;
    color: #333333;
    text-align: center;
    padding-top: 8px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.Global_BoxTwo_w {
    padding: 10px 0 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.Global_BoxTwo1 {
    width: 58%;
}

.Global_BoxTwo_w .module_title {
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    color: #333333;
}

.Global_Two1_01 .text {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    padding-top: 15px;
}

.Global_Two1_02 {
    font-weight: 700;
    font-size: 16px;
    color: #f12418;
    padding: 15px 0 20px;
}

.Global_Two1_02 a {
    font-size: 16px;
    color: #f12418;
}

.Global_Two1_02 a:hover {
    text-decoration: underline;
}

.Global_Two1_03 .item {
    font-size: 14px;
    color: #333333;
    padding-bottom: 10px;
}

.Global_Two1_03 .item a {
    font-weight: 700;
    font-size: 14px;
    color: #333333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.Global_Two1_03 .item a[href]:hover {
    color: #ff0000;
}

.Global_Two1_04 .text {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    padding: 5px 0 15px;
}

.Global_Two1_04 .img_box {
    text-align: center;
}

.Global_Two1_04 .img_box img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.Global_Two1_05 {
    padding-top: 20px;
}

.Global_Two1_05 .tt_box {
    font-weight: 700;
    font-size: 18px;
    color: #333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.Global_Two1_05 .tt_box:hover {
    color: #fe0000;
}

.Global_Two1_05_dl {
    padding-top: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.Global_Two1_05_dl .item {
    margin-right: 30px;
    margin-bottom: 10px;
}

.Global_Two1_05_dl .item a {
    display: block;
    font-size: 14px;
    color: #333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.Global_Two1_05_dl .item a:hover {
    color: #ff0000;
}

.Global_BoxTwo2 {
    width: 38%;
    padding-top: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.Global_BoxTwo2 .item {
    width: calc((100% - 30px) / 2);
    margin-bottom: 30px;
}

.Global_BoxTwo2 .item .tt {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    padding-bottom: 15px;
}

.Global_BoxTwo2 .item .contact_box {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.Global_BoxTwo2 .item .contact_box a {
    color: #333333;
}

.Global_BoxTwo2 .item .contact_box a:hover {
    color: #ff0000;
}


/* ~~~~~~~~~~~~~~quanqiuzhandian,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~quanqiuzhandian,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~quanqiuzhandian,css~~~~~~~~~~~~~~end */





/* ~~~~~~~~~~~right nav,css */
/* ~~~~~~~~~~~right nav,css */
/* ~~~~~~~~~~~right nav,css */
.right_float_nav {
    width: 55px;
    position: fixed;
    z-index: 8;
    right: 0;
    top: 30%;
    background: #31353d;
}

.right_float_nav .item a {
    position: relative;
    display: block;
    padding: 0 8px 0 8px;
}

.right_float_nav .item a:hover .text_box {
    color: #ff0400;
}

.right_float_nav .item a:hover .hover_show_box {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.right_float_nav .item .text_box {
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px solid #464a51;
    padding: 8px 0 7px;
    -ms-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
    -ms-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.right_float_nav .item a .text_box .iconfont {
    font-size: 24px;
    padding: 3px 0;
    line-height: normal;
}

.right_float_nav .item a .hover_show_box {
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: translate(110%, 0);
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
    height: 100%;
    width: 180px;
    background: #ff0400;
    padding: 0 5px 0 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.right_float_nav .item a .hover_show_box .iconfont {
    font-size: 26px;
    color: #ffffff;
}

.right_float_nav .item a .hover_show_box span {
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    padding: 0 0 2px 6px;
}

.right_float_nav > .item:last-child a .text_box {
    border-bottom: none;
}

.right_float_nav > .item:nth-child(4) a .text_box .iconfont {
    font-size: 20px;
}

.right_float_nav > .item:nth-child(5) a .text_box .iconfont {
    font-size: 22px;
}

.right_float_nav > .item:nth-child(6) a .text_box .iconfont {
    font-size: 22px;
    padding: 4px 0 6px;
}

.right_float_nav .item.weixin_code .hover_show_box {
    width: 105px;
    height: auto;
    padding: 0;
}

.right_float_nav .item.weixin_code .hover_show_box img {
    width: 100%;
}

.right_float_nav .item.weixin_code a:hover .hover_show_box {
    right: 100%;
}


/* ~~~~~~~~~~~right nav,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~right nav,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~right nav,css~~~~~~~~~~~~end */




.alibaba_gundong {
    width: 180px;
    position: fixed;
    z-index: 5;
    top: 16%;
    right: 0;
}

.alibaba_gundong a {
    display: block;
}

.alibaba_gundong a img {
    width: 100%;
}

.foot_youqing_link {
    padding-top: 20px;
}

.foot_youqing_link a {
    font-size: 14px;
    color: #ffffff;
    padding-right: 5px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_youqing_link a:hover {
    color: #d10707;
}




